diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-07-01 14:41:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-12 23:10:14 +0100 |
commit | 7355e4ef979b6433ee46a8202c89608bc62188e9 (patch) | |
tree | 47ab07626feb01311910201db5bf094810642a24 | |
parent | a21942491407b5c7326a3a1a541bcbd54fab39dc (diff) | |
download | poky-7355e4ef979b6433ee46a8202c89608bc62188e9.tar.gz |
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
(From OE-Core rev: 2f6e42068a0af01034e738daa6a7ce1a3bcb434d)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc-common.inc | 7 |
1 files changed, 0 insertions, 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 | |||
4 | 4 | ||
5 | INHIBIT_DEFAULT_DEPS = "1" | 5 | INHIBIT_DEFAULT_DEPS = "1" |
6 | 6 | ||
7 | EXTRA_OECONF += "\ | ||
8 | ${@get_gcc_mips_plt_setting(bb, d)} \ | ||
9 | ${@get_gcc_ppc_plt_settings(bb, d)} \ | ||
10 | ${@get_long_double_setting(bb, d)} \ | ||
11 | ${@get_gcc_multiarch_setting(bb, d)} \ | ||
12 | " | ||
13 | |||
14 | do_configure () { | 7 | do_configure () { |
15 | target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` | 8 | target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` |
16 | install -d ${D}${base_libdir} ${D}${libdir} | 9 | install -d ${D}${base_libdir} ${D}${libdir} |