[oe-commits] [openembedded-core] 05/31: libgcc: remove duplicate configure options

git at git.openembedded.org git at git.openembedded.org
Tue Jul 12 22:11:16 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2f6e42068a0af01034e738daa6a7ce1a3bcb434d
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Jul 1 14:41:18 2016 -0700

    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 <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 cb1237c..4e4f0fd 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}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list