configure.host: Add kfreebsd*-gnu and knetbsd*-gnu.
2003-11-07 Robert Millan <robertmh@gnu.org> * configure.host: Add kfreebsd*-gnu and knetbsd*-gnu. * crossconfig.m4: Likewise. * configure: Regenerate. From-SVN: r73337
This commit is contained in:
parent
d7222e384a
commit
b938ad89a5
@ -1,3 +1,9 @@
|
||||
2003-11-07 Robert Millan <robertmh@gnu.org>
|
||||
|
||||
* configure.host: Add kfreebsd*-gnu and knetbsd*-gnu.
|
||||
* crossconfig.m4: Likewise.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-11-07 Carlo Wood <carlo@alinoe.com>
|
||||
|
||||
* include/bits/demangle.h
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -51190,7 +51190,7 @@ _ACEOF
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*-linux* | *-uclinux* | *-gnu*)
|
||||
*-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu)
|
||||
|
||||
|
||||
|
||||
|
@ -146,7 +146,7 @@ case "${host_os}" in
|
||||
freebsd*)
|
||||
os_include_dir="os/bsd/freebsd"
|
||||
;;
|
||||
gnu* | linux*)
|
||||
gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
|
||||
os_include_dir="os/gnu-linux"
|
||||
;;
|
||||
hpux*)
|
||||
|
@ -123,7 +123,7 @@ case "${host}" in
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*-linux* | *-uclinux* | *-gnu*)
|
||||
*-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu)
|
||||
AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
|
||||
machine/endian.h machine/param.h sys/machine.h sys/types.h \
|
||||
fp.h locale.h float.h inttypes.h])
|
||||
|
Loading…
Reference in New Issue
Block a user