glibc-bsd-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Glibc-bsd-hackers] [PATCH] GNU/KFreeBSD support in libstdc++, with Chan


From: Robert Millan
Subject: [Glibc-bsd-hackers] [PATCH] GNU/KFreeBSD support in libstdc++, with ChangeLog and test log
Date: Sat, 25 Oct 2003 01:12:15 +0200
User-agent: Mutt/1.5.4i

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  <address@hidden>

        * 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]