diff options
author | Robert Millan <robertmh@gnu.org> | 2004-08-17 22:06:46 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2004-08-17 15:06:46 -0700 |
commit | c3f84f61e3c13e4e16483cfc63322efe5a7949fd (patch) | |
tree | 54bf91358f3afa63ff6dfd9ee372367837338404 /configure | |
parent | 19a503c7121dd347c2fb8d248c07309716ecf7af (diff) | |
download | gcc-c3f84f61e3c13e4e16483cfc63322efe5a7949fd.tar.gz |
Patch from Robert Millan for kfreebsd-gnu/knetbsd-gnu.
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
(instead of FreeBSD).
* configure: Regenerate.
From-SVN: r86151
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 3cc6d2b1d11..90fc7d40b45 100755 --- 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*) |