bug-hurd
[Top][All Lists]
Advanced

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

Patch for GCC-3.04 / C++


From: Jeff Bailey
Subject: Patch for GCC-3.04 / C++
Date: Sat, 23 Mar 2002 21:13:58 -0800
User-agent: Mutt/1.2.5i

Is Kettenis or some gcc hacker-type still watching on this list?  The
following patch appears to be required for building a g++
cross-compiler.  Basically, otherwise the libstdc++ symlinks all point
to newlib header files.

If I need to send this to a gcc list, let me know.

diff -ur libstdc++-v3/configure.in ../gcc-3.0.4.new/libstdc++-v3/configure.in
--- libstdc++-v3/configure.in   Tue Aug 28 17:19:07 2001
+++ ../gcc-3.0.4.new/libstdc++-v3/configure.in  Sat Mar 23 23:49:00 2002
@@ -92,7 +92,7 @@
   fi
 
   case "$target_alias" in
-    *-linux*)
+    *-gnu* | *-linux*)
        # Construct linux crosses by hand, eliminating bits that need ld...
         # Check for available headers.
         AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \


-- 
Some people play the lottery, some people use Ebay. Personally, I've
had much better luck with Ebay than the lottery
 - hendridm



reply via email to

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