>  All of the other builds above will build gcc and its libgcc2 with very
>little of the target library other than the crt*.o and libc.so binaries;
>ARM seems to want pthreads and loads of other stuff.

I don't see any good reason for it to be different.  Does this help any?

p.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.47
diff -u -p -u -r1.47 config.gcc
--- config.gcc  2001/04/05 04:34:23     1.47
+++ config.gcc  2001/04/07 20:23:58
@@ -541,7 +541,7 @@ arm*-*-linux*)                      # ARM GNU/Linux with EL
        extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
        gnu_ld=yes
        case x${enable_threads} in
-       x | xyes | xpthreads | xposix)
+       xyes)
                thread_file='posix'
                ;;
        esac



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to