mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
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.
This commit is contained in:
parent
14eff2dafa
commit
eb2d1dee1f
@ -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
|
||||
|
4
configure
vendored
4
configure
vendored
@ -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*)
|
||||
|
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user