From 2f6e42068a0af01034e738daa6a7ce1a3bcb434d Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 1 Jul 2016 14:41:18 -0700 Subject: libgcc: remove duplicate configure options The original fix [1] was made redundant by the followup [2]. [1] http://git.openembedded.org/openembedded-core/commit/?id=d774bb2d10f2c05900f87dcc53f073433ca02121 [2] http://git.openembedded.org/openembedded-core/commit/?id=d7799a17d5e802db3f8d16bdc824aae81538e675 Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- meta/recipes-devtools/gcc/libgcc-common.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-devtools/gcc/libgcc-common.inc b/meta/recipes-devtools/gcc/libgcc-common.inc index cb1237cc7a..4e4f0fd03b 100644 --- a/meta/recipes-devtools/gcc/libgcc-common.inc +++ b/meta/recipes-devtools/gcc/libgcc-common.inc @@ -4,13 +4,6 @@ require gcc-configure-common.inc INHIBIT_DEFAULT_DEPS = "1" -EXTRA_OECONF += "\ - ${@get_gcc_mips_plt_setting(bb, d)} \ - ${@get_gcc_ppc_plt_settings(bb, d)} \ - ${@get_long_double_setting(bb, d)} \ - ${@get_gcc_multiarch_setting(bb, d)} \ -" - do_configure () { target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` install -d ${D}${base_libdir} ${D}${libdir} -- cgit 1.2.3-korg