Patch from Robert Millan for kfreebsd-gnu/knetbsd-gnu.
authorRobert Millan <robertmh@gnu.org>
Tue, 17 Aug 2004 22:06:46 +0000 (22:06 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 17 Aug 2004 22:06:46 +0000 (15:06 -0700)
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
(instead of FreeBSD).
* configure: Regenerate.

From-SVN: r86151

ChangeLog
configure
configure.in

index 191caeefa756f9874f1c934c8f86e80f8b51efe7..ce53344f952818bf53bb0b52b0a8b90a7bb65298 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
 
        * Makefile.in: Regenerate.
index 3cc6d2b1d11e36eecccf61070bedc3229c6855d2..90fc7d40b45402fa802d4bdcb8babf36232d5336 100755 (executable)
--- a/configure
+++ b/configure
@@ -1173,7 +1173,7 @@ case "${target}" in
   *-*-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
@@ -1570,7 +1570,7 @@ case "${target}" in
   ip2k-*-*)
     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
     ;;
-  *-*-linux*)
+  *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
   *-*-lynxos*)
index 67de498b737c43de16f31a6f787416891ba04ddb..c84dc422397634563b9eedf21a3a312c3a5bb3b2 100644 (file)
@@ -389,7 +389,7 @@ case "${target}" in
   *-*-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
@@ -786,7 +786,7 @@ case "${target}" in
   ip2k-*-*)
     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
     ;;
-  *-*-linux*)
+  *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
   *-*-lynxos*)