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

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to