diff options
author | Jim Wilson <wilson@redhat.com> | 2004-08-17 22:09:17 +0000 |
---|---|---|
committer | Jim Wilson <wilson@redhat.com> | 2004-08-17 22:09:17 +0000 |
commit | eb2d1dee1fe23ff5ca11f86678a056108cc5a698 (patch) | |
tree | 2c99a6a98b761bfe4d90eee502be28b887fefbe2 /configure.in | |
parent | 14eff2dafa6b6d54567bd6345073c0aeef55ba70 (diff) | |
download | newlib-eb2d1dee1fe23ff5ca11f86678a056108cc5a698.zip newlib-eb2d1dee1fe23ff5ca11f86678a056108cc5a698.tar.gz newlib-eb2d1dee1fe23ff5ca11f86678a056108cc5a698.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.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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*) |