From: Stelios Koroneos Date: Fri, 1 Dec 2006 19:37:54 +0000 (+0000) Subject: Fixes gcc-cross 4.x compile error on x86_64 arch due to multilibs missing X-Git-Tag: Release-2010-05/1~9453^2~204^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70250c8b211f658ae890ed855d00642dc3a503c6;p=openembedded.git Fixes gcc-cross 4.x compile error on x86_64 arch due to multilibs missing --- diff --git a/packages/gcc/gcc3-build-cross.inc b/packages/gcc/gcc3-build-cross.inc index e8a23e0d40..62a7bf3b23 100644 --- a/packages/gcc/gcc3-build-cross.inc +++ b/packages/gcc/gcc3-build-cross.inc @@ -1,7 +1,8 @@ USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' EXTRA_OECONF_PATHS = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ - --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++" + --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ + --disable-multilib" do_configure_prepend () { rm -f ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a