On 15.11.11 23:34, Gerald Pfeifer wrote:
On Tue, 15 Nov 2011, Andreas Tobler wrote:
Are you sure that they come from autoconf? I'd say they come from
toplevel libtool.m4.
You right; bah, my bad.
When I tested this, I only had to adjust libtool.m4 and then autoconf'ing the
needed files.
libt
On 15.11.11 23:31, Peter O'Gorman wrote:
On 11/15/2011 04:18 PM, Andreas Tobler wrote:
On 15.11.11 23:08, Andreas Schwab wrote:
Andreas Tobler writes:
libtool.m4 change:
--
case $host_os in
- freebsd[[123]]*) objformat=aout ;;
+ freebsd[[23]].*) objformat=aout ;;
If you mat
On Tue, 15 Nov 2011, Andreas Tobler wrote:
> Are you sure that they come from autoconf? I'd say they come from
> toplevel libtool.m4.
You right; bah, my bad.
> When I tested this, I only had to adjust libtool.m4 and then autoconf'ing the
> needed files.
>
> libtool.m4 change:
>
On 11/15/2011 04:18 PM, Andreas Tobler wrote:
On 15.11.11 23:08, Andreas Schwab wrote:
Andreas Tobler writes:
libtool.m4 change:
--
case $host_os in
- freebsd[[123]]*) objformat=aout ;;
+ freebsd[[23]].*) objformat=aout ;;
If you match the dot explicitly anyway you can leave
On 15.11.11 23:08, Andreas Schwab wrote:
Andreas Tobler writes:
libtool.m4 change:
--
case $host_os in
-freebsd[[123]]*) objformat=aout ;;
+freebsd[[23]].*) objformat=aout ;;
If you match the dot explicitly anyway you can leave the 1 in the set.
Yep. I just to
Andreas Tobler writes:
> libtool.m4 change:
> --
> case $host_os in
> -freebsd[[123]]*) objformat=aout ;;
> +freebsd[[23]].*) objformat=aout ;;
If you match the dot explicitly anyway you can leave the 1 in the set.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
On 15.11.11 22:37, Gerald Pfeifer wrote:
GCC fails to build on FreeBSD 10, and debugging this I ran into the
following snippet that's spread all over the place in various ./configure
files:
freebsd* | dragonfly*)
# DragonFly does not have aout. When/if they implement a new
# versio
GCC fails to build on FreeBSD 10, and debugging this I ran into the
following snippet that's spread all over the place in various ./configure
files:
freebsd* | dragonfly*)
# DragonFly does not have aout. When/if they implement a new
# versioning mechanism, adjust this.
if test -x /