[PATCH] Minor GNU/k*BSD fix (w/ChangeLog)

Robert Millan rmh@debian.org
Tue Aug 17 07:41:00 GMT 2004


On Mon, Aug 16, 2004 at 06:20:10PM -0700, James E Wilson wrote:
> Robert Millan wrote:
> >Ping.
> 
> It would help if you included a patch.  All you sent was a ChangeLog entry.

Oops.  Please excuse me, I _meant_ to send a patch but I forgot as usual ;)

Here is it.  Thanks Jim!

2004-08-17  Robert Millan  <robertmh@gnu.org>

	* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
	(instead of FreeBSD).
	* configure: Regenerate.

-- 
Robert Millan

(Debra and Ian) (Gnu's Not (UNiplexed Information and Computing System))/\
(kernel of *(Berkeley Software Distribution))
-------------- next part --------------
2004-08-17  Robert Millan  <robertmh@gnu.org>

	* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
	(instead of FreeBSD).
	* configure: Regenerate.

diff -ur gcc.old/configure.in gcc/configure.in
--- gcc.old/configure.in	2004-08-04 17:19:53.000000000 +0200
+++ gcc/configure.in	2004-08-05 16:34:06.000000000 +0200
@@ -387,7 +387,7 @@
   *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
-  *-*-freebsd* | *-*-kfreebsd*-gnu)
+  *-*-freebsd*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
 	&& test -f /usr/local/include/gmp.h; then
@@ -781,7 +781,7 @@
   ip2k-*-*)
     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
     ;;
-  *-*-linux*)
+  *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
   *-*-lynxos*)


More information about the Gcc-patches mailing list