[PATCH] GNU/KFreeBSD support in libstdc++, with ChangeLog and test log

Robert Millan zeratul2@wanadoo.es
Fri Oct 24 23:34:00 GMT 2003


Hi!

GNU/KFreeBSD support. This one is for libstdc++.

"make -k check" log is attached. libstdc++-v3/ChangeLog entry follows:

2003-10-25  Robert Millan  <robertmh@gnu.org>

	* acinclude.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
	* aclocal.m4: Regenerate.
	* configure: Likewise.

diff -Nur gcc.old/libstdc++-v3/acinclude.m4 gcc/libstdc++-v3/acinclude.m4
--- gcc.old/libstdc++-v3/acinclude.m4	2003-10-22 17:51:43.000000000 +0200
+++ gcc/libstdc++-v3/acinclude.m4	2003-10-24 12:26:28.000000000 +0200
@@ -991,7 +991,7 @@
   # Default to "generic".
   if test $enable_clocale_flag = auto; then
     case x${target_os} in
-      xlinux* | xgnu*)
+      xlinux* | xgnu* | xkfreebsd*-gnu | xknetbsd*-gnu)
         AC_EGREP_CPP([_GLIBCXX_ok], [
         #include <features.h>
         #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)

-- 
Robert Millan

"[..] but the delight and pride of Aule is in the deed of making, and in the
thing made, and neither in possession nor in his own mastery; wherefore he
gives and hoards not, and is free from care, passing ever on to some new work."

 -- J.R.R.T, Ainulindale (Silmarillion)



More information about the Gcc-patches mailing list