diff options
author | Jim Wilson <wilson@tuliptree.org> | 2004-08-17 22:09:17 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2004-08-17 22:09:17 +0000 |
commit | de0b4a87132ddd506853479e685025ae1534296c (patch) | |
tree | 09b44916961f221bcc218086c7e7b2b9dacf643e /configure | |
parent | 89a237cb65fe5a517e8c88fcc274c70c2db4b27c (diff) | |
download | gdb-de0b4a87132ddd506853479e685025ae1534296c.zip gdb-de0b4a87132ddd506853479e685025ae1534296c.tar.gz 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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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*) |