Commit b938ad89 by Robert Millan Committed by Benjamin Kosnik

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
parent d7222e38
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
......
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment