diff options
Diffstat (limited to 'recipes/gcc')
-rw-r--r-- | recipes/gcc/gcc-common.inc | 4 |
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" |