From c2b7702d52fd6f62f34e58dc2e806b44b8fb976b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Dec 2009 12:05:25 -0800 Subject: conf/machine: Add x86_64 machine. * This is not supporting multilib * Only 64-bit userspace can be built. Signed-off-by: Khem Raj --- recipes/gcc/gcc-common.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/gcc') 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" -- cgit v1.2.3