This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstool uClibc patches


> My apologies for missing these.  I was hoping to get this patch set out
> before my last day, and thus avoid needing to set up the entire
> environment at home.  I suppose my haste is showing now...

...and still showing.  At least this one is pretty benign unless you're
trying for a C++-enabled toolchain with as minimal a uClibc config as
you can get away with.



Index: crosstool.sh
===================================================================
RCS file: /home/cvs/tools/crosstool-0.28/crosstool.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -d -u -r1.3 -r1.4
--- a/crosstool.sh      21 Apr 2004 01:56:44 -0000      1.3
+++ b/crosstool.sh      21 Apr 2004 20:13:29 -0000      1.4
@@ -227,7 +227,7 @@
     # arrangements.  Note that having the uClibc Makefile download the
     # pregenerated locales is not compatible with crosstool; besides,
     # crosstool downloads them as part of getandpatch.sh.
-    if echo "$TESTLANG" | egrep "(^|,)c++(,|\$)"; then
+    if echo "$GCC_LANGUAGES" | egrep "(^|,)c++(,|\$)"; then
         cat >> munge-oldconfig.sed <<-ENDSED
 		s/^\\# DO_C99_MATH is not set/DO_C99_MATH=y/
 		s/^\\# UCLIBC_CTOR_DTOR is not set/UCLIBC_CTOR_DTOR=y/


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]