2003-11-07 Robert Millan <robertmh@gnu.org>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Nov 2003 16:49:18 +0000 (16:49 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Nov 2003 16:49:18 +0000 (16:49 +0000)
        * configure.host: Add kfreebsd*-gnu and knetbsd*-gnu.
        * crossconfig.m4: Likewise.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73337 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/configure.host
libstdc++-v3/crossconfig.m4

index 1563a6d..aeb77f7 100644 (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
index bfa0fa5..72ecf6d 100755 (executable)
@@ -51190,7 +51190,7 @@ _ACEOF
        ;;
     esac
     ;;
-  *-linux* | *-uclinux* | *-gnu*)
+  *-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu)
 
 
 
index de19fca..f5a8f89 100644 (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*)
index 7bd3bac..a86a51c 100644 (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])