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:
Robert Millan 2003-11-07 16:49:18 +00:00 committed by Benjamin Kosnik
parent d7222e384a
commit b938ad89a5
4 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -51190,7 +51190,7 @@ _ACEOF
;;
esac
;;
*-linux* | *-uclinux* | *-gnu*)
*-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu)

View File

@ -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*)

View File

@ -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])