[oe-commits] Koen Kooi : gcc-cross-sdk 4.5: sync configure options with cross version.

git version control git at git.openembedded.org
Tue Jun 22 09:57:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d2d2a6cb05fd2790f8c7b8f6cfc9ba85fbc29319
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d2d2a6cb05fd2790f8c7b8f6cfc9ba85fbc29319

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun 22 11:55:57 2010 +0200

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

---

 recipes/gcc/gcc-cross-sdk_4.5.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/gcc/gcc-cross-sdk_4.5.bb b/recipes/gcc/gcc-cross-sdk_4.5.bb
index a3b2215..e8ef4e2 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"
+





More information about the Openembedded-commits mailing list