gcc-cross-sdk 4.5: sync configure options with cross version.
authorKoen Kooi <koen@openembedded.org>
Tue, 22 Jun 2010 09:55:57 +0000 (11:55 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 22 Jun 2010 09:56:54 +0000 (11:56 +0200)
Still fails with:

| arm-angstrom-linux-gnueabi-strip:/OE/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/x86_64-armv7a-sdk-angstrom-linux-gnueabi/gcc-cross-sdk-4.5-r4+svnr160764/image/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/lib/libstdc++.so.6.0.14-gdb.py: File format not recognized
| ERROR: Function do_install failed

recipes/gcc/gcc-cross-sdk_4.5.bb

index a3b2215..e8ef4e2 100644 (file)
@@ -1,11 +1,9 @@
-PR = "r3"
+PR = "r4"
 
 inherit sdk
 
 require gcc-${PV}.inc
 require gcc-cross-sdk.inc
 
-EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
-               --disable-libgomp --disable-libmudflap \
-               --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
-               --with-system-zlib"
+EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib"
+