2003-10-27 Robert Millan * configure.host: Add kfreebsd*-gnu and knetbsd*-gnu. * crossconfig.m4: Likewise. * configure: Regenerate. diff -ur gcc.old/libstdc++-v3/configure.host gcc.new/libstdc++-v3/configure.host --- gcc.old/libstdc++-v3/configure.host 2003-10-20 20:27:16.000000000 +0200 +++ gcc.new/libstdc++-v3/configure.host 2003-10-26 18:52:32.000000000 +0100 @@ -146,7 +146,7 @@ freebsd*) os_include_dir="os/bsd/freebsd" ;; - gnu* | linux*) + gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) os_include_dir="os/gnu-linux" ;; hpux*) diff -ur gcc.old/libstdc++-v3/crossconfig.m4 gcc.new/libstdc++-v3/crossconfig.m4 --- gcc.old/libstdc++-v3/crossconfig.m4 2003-10-20 20:27:16.000000000 +0200 +++ gcc.new/libstdc++-v3/crossconfig.m4 2003-10-26 18:23:30.000000000 +0100 @@ -123,7 +123,7 @@ ;; 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])