This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] GNU/KFreeBSD support in libstdc++, with ChangeLog and test log
- From: Robert Millan <zeratul2 at wanadoo dot es>
- To: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Cc: glibc-bsd-hackers at nongnu dot org, glibc-bsd-devel at lists dot alioth dot debian dot org
- Date: Sat, 25 Oct 2003 01:12:15 +0200
- Subject: [PATCH] GNU/KFreeBSD support in libstdc++, with ChangeLog and test log
- Organisation: free as in freedom
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)