aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-17 12:05:25 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-25 11:54:17 -0800
commitc2b7702d52fd6f62f34e58dc2e806b44b8fb976b (patch)
tree06898bb65f464586c454522146828d3c13beffe4 /recipes/gcc
parent7e15a70457ea2f1327162d0a3050c7e6eb95975c (diff)
downloadopenembedded-c2b7702d52fd6f62f34e58dc2e806b44b8fb976b.tar.gz
conf/machine: Add x86_64 machine.
* This is not supporting multilib * Only 64-bit userspace can be built. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-common.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-common.inc b/recipes/gcc/gcc-common.inc
index 97b140cb0f..fc34357561 100644
--- a/recipes/gcc/gcc-common.inc
+++ b/recipes/gcc/gcc-common.inc
@@ -20,6 +20,10 @@ def get_gcc_mips_plt_setting(bb, d):
return "--with-mips-plt"
return ""
+EXTRA_OECONF_append_x86_64 = " --disable-multilib"
+EXTRA_OECONF_append_mips64 = " --disable-multilib"
+EXTRA_OECONF_append_powerpc64 = " --disable-multilib"
+
# We really need HOST_SYS here for some packages and TARGET_SYS for others.
# For now, libgcc is most important so we fix for that - RP.
SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs"