mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2003-11-07 Carlo Wood <carlo@alinoe.com>
|
||||||
|
|
||||||
* include/bits/demangle.h
|
* include/bits/demangle.h
|
||||||
|
|
|
||||||
|
|
@ -51190,7 +51190,7 @@ _ACEOF
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-linux* | *-uclinux* | *-gnu*)
|
*-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ case "${host_os}" in
|
||||||
freebsd*)
|
freebsd*)
|
||||||
os_include_dir="os/bsd/freebsd"
|
os_include_dir="os/bsd/freebsd"
|
||||||
;;
|
;;
|
||||||
gnu* | linux*)
|
gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
|
||||||
os_include_dir="os/gnu-linux"
|
os_include_dir="os/gnu-linux"
|
||||||
;;
|
;;
|
||||||
hpux*)
|
hpux*)
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ case "${host}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-linux* | *-uclinux* | *-gnu*)
|
*-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu)
|
||||||
AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
|
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 \
|
machine/endian.h machine/param.h sys/machine.h sys/types.h \
|
||||||
fp.h locale.h float.h inttypes.h])
|
fp.h locale.h float.h inttypes.h])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue