From: Koen Kooi Date: Tue, 22 Jun 2010 09:55:57 +0000 (+0200) Subject: gcc-cross-sdk 4.5: sync configure options with cross version. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d2a6cb05fd2790f8c7b8f6cfc9ba85fbc29319;p=openembedded.git gcc-cross-sdk 4.5: sync configure options with cross version. 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 --- diff --git a/recipes/gcc/gcc-cross-sdk_4.5.bb b/recipes/gcc/gcc-cross-sdk_4.5.bb index a3b2215e2b..e8ef4e2616 100644 --- a/recipes/gcc/gcc-cross-sdk_4.5.bb +++ b/recipes/gcc/gcc-cross-sdk_4.5.bb @@ -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" +