diff cross-compiler.sh @ 701:b4a9c0084f2f

Converted ARMV5L from OABI to EABI with VFP support. Added patches for uClibc and uClibc++ to deal with Unwind Exception handling, made uClibc++ pull in libgcc_eh for this as well, and disabled SJLJ exceptions for ARMV5L EABI, which is apparently required, so --enable-sjlj-exceptions was added to the details file for all the other arches. Also correct the GENTOO_CHOST variable for armeb.
author Mark Miller <mark@mirell.org>
date Mon, 06 Apr 2009 07:11:26 -0500
parents 90ab1a1f4db5
children 64cc63ad26ce
line wrap: on
line diff
--- a/cross-compiler.sh	Mon Apr 06 06:14:49 2009 -0500
+++ b/cross-compiler.sh	Mon Apr 06 07:11:26 2009 -0500
@@ -41,7 +41,7 @@
   --prefix="${CROSS}" --host=${CROSS_HOST} --target=${CROSS_TARGET} \
   --enable-languages=c,c++ --enable-long-long --enable-c99 \
   --disable-shared --disable-threads --disable-nls --disable-multilib \
-  --enable-__cxa_atexit --disable-libstdcxx-pch --enable-sjlj-exceptions \
+  --enable-__cxa_atexit --disable-libstdcxx-pch \
   --program-prefix="${ARCH}-" $GCC_FLAGS &&
 
 # Try to convince gcc build process not to rebuild itself with itself.