diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-25 12:05:59 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-25 12:13:32 -0800 |
commit | 43e9523bacaac2ce3cb5b385ccd7bd3d9b505c7e (patch) | |
tree | 284259121699d3e2af62892b13faf76d1a41a67e /recipes/gcc/gcc-common.inc | |
parent | c2b7702d52fd6f62f34e58dc2e806b44b8fb976b (diff) |
Revert "conf/machine: Add x86_64 machine."
This reverts commit c2b7702d52fd6f62f34e58dc2e806b44b8fb976b.
Diffstat (limited to 'recipes/gcc/gcc-common.inc')
-rw-r--r-- | recipes/gcc/gcc-common.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/gcc/gcc-common.inc b/recipes/gcc/gcc-common.inc index fc34357561..97b140cb0f 100644 --- a/recipes/gcc/gcc-common.inc +++ b/recipes/gcc/gcc-common.inc @@ -20,10 +20,6 @@ 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" |