[oe-commits] org.oe.dev Fixes gcc-cross 4.x compile error on x86_64 arch due to multilibs missing

ifaistos commit openembedded-commits at lists.openembedded.org
Fri Dec 1 19:39:55 UTC 2006


Fixes gcc-cross 4.x compile error on x86_64 arch due to multilibs missing

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 282de7da2c5edc6e4deda76cce96641cc9940a6c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=282de7da2c5edc6e4deda76cce96641cc9940a6c
Files:
1
packages/gcc/gcc3-build-cross.inc
Diffs:

#
# mt diff -r035ca68ebb40ec8c6a761eccb558cf7a12269f6a -r282de7da2c5edc6e4deda76cce96641cc9940a6c
#
# 
# 
# patch "packages/gcc/gcc3-build-cross.inc"
#  from [91f7b45c16557e427be4b7de039ed566f3e1463c]
#    to [b51cbd99ebf4727dc63573ae8ca721273ff14d67]
# 
============================================================
--- packages/gcc/gcc3-build-cross.inc	91f7b45c16557e427be4b7de039ed566f3e1463c
+++ packages/gcc/gcc3-build-cross.inc	b51cbd99ebf4727dc63573ae8ca721273ff14d67
@@ -1,7 +1,8 @@ EXTRA_OECONF_PATHS = "--with-local-prefi
 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






More information about the Openembedded-commits mailing list