aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2004-08-17 22:09:17 +0000
committerJim Wilson <wilson@tuliptree.org>2004-08-17 22:09:17 +0000
commitde0b4a87132ddd506853479e685025ae1534296c (patch)
tree09b44916961f221bcc218086c7e7b2b9dacf643e
parent89a237cb65fe5a517e8c88fcc274c70c2db4b27c (diff)
downloadfsf-binutils-gdb-de0b4a87132ddd506853479e685025ae1534296c.zip
fsf-binutils-gdb-de0b4a87132ddd506853479e685025ae1534296c.tar.gz
fsf-binutils-gdb-de0b4a87132ddd506853479e685025ae1534296c.tar.bz2
Patch from Robert Millan for knetbsd-gnu/kfreebsd-gnu.
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux (instead of FreeBSD). * configure: Regenerate.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d6c2b57..a5cefc9 100644
--- 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-12 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.def, configure.in, src-release: Remove useless, bogus
diff --git a/configure b/configure
index 8c67b35..efbc908 100755
--- a/configure
+++ b/configure
@@ -1171,7 +1171,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
@@ -1568,7 +1568,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*)
diff --git a/configure.in b/configure.in
index 67ad4e5..15bf633 100644
--- a/configure.in
+++ b/configure.in
@@ -387,7 +387,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
@@ -784,7 +784,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*)