diff options
author | Robert Millan <robertmh@gnu.org> | 2003-11-07 16:49:18 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-11-07 16:49:18 +0000 |
commit | b938ad89a5372c6b9cc420cb5de51d57a2d505e1 (patch) | |
tree | e66ccd78a7e77f3aa98e8f74b129e8f250c9e893 | |
parent | d7222e384ab020a74190788f60e1b5622a8c63ea (diff) | |
download | gcc-b938ad89a5372c6b9cc420cb5de51d57a2d505e1.zip gcc-b938ad89a5372c6b9cc420cb5de51d57a2d505e1.tar.gz gcc-b938ad89a5372c6b9cc420cb5de51d57a2d505e1.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 | ||||
-rw-r--r-- | libstdc++-v3/configure.host | 2 | ||||
-rw-r--r-- | libstdc++-v3/crossconfig.m4 | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1563a6d..aeb77f7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index bfa0fa5..72ecf6d 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -51190,7 +51190,7 @@ _ACEOF ;; esac ;; - *-linux* | *-uclinux* | *-gnu*) + *-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu) diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index de19fca..f5a8f89 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -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*) diff --git a/libstdc++-v3/crossconfig.m4 b/libstdc++-v3/crossconfig.m4 index 7bd3bac..a86a51c 100644 --- a/libstdc++-v3/crossconfig.m4 +++ b/libstdc++-v3/crossconfig.m4 @@ -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]) |