recipes/gcc/gcc-cross_4.1.1.bb: disable multilib support (needed to build gcj)
authorghost <andreas.monzner@multimedia-labs.de>
Thu, 18 Feb 2010 14:54:00 +0000 (15:54 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Thu, 18 Feb 2010 14:54:00 +0000 (15:54 +0100)
recipes/gcc/gcc-cross_4.1.1.bb

index e96867e..4f5fd14 100644 (file)
@@ -7,4 +7,4 @@ require gcc-package-cross.inc
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 
-EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
+EXTRA_OECONF += " --disable-multilib --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"