summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-6.3.inc
diff options
context:
space:
mode:
authorFlorin Sarbu <samentu1@gmail.com>2017-11-13 21:00:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-11 22:02:58 +0000
commit6d7fe76005e4dac1678b59dd790ce5cd6cbe9dde (patch)
treed9b790d3395de34ae189cd490c7420baee762fed /meta/recipes-devtools/gcc/gcc-6.3.inc
parent8f7b65de9964fe5ab360511c9e031112067c6de0 (diff)
downloadpoky-6d7fe76005e4dac1678b59dd790ce5cd6cbe9dde.tar.gz
gcc: Use libssp_nonshared linker specs only for ppc/musl
Link libssp_nonshared.a only for ppc/musl because glibc already provides the content for libssp_nonshared in libc_nonshared.a and therefore we dont need to make it universal. (From OE-Core rev: c08247e3c7c004a40281d4010186a9ace86e0e47) (From OE-Core rev: ac2aad028daca6ea3aa0c0ccea8d528e896f8349) Signed-off-by: Florin Sarbu <florin@resin.io> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-6.3.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-6.3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-6.3.inc b/meta/recipes-devtools/gcc/gcc-6.3.inc
index d74f12c466..5c81a33af0 100644
--- a/meta/recipes-devtools/gcc/gcc-6.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-6.3.inc
@@ -71,7 +71,7 @@ SRC_URI = "\
71 file://0038-Search-target-sysroot-gcc-version-specific-dirs-with.patch \ 71 file://0038-Search-target-sysroot-gcc-version-specific-dirs-with.patch \
72 file://0039-Fix-various-_FOR_BUILD-and-related-variables.patch \ 72 file://0039-Fix-various-_FOR_BUILD-and-related-variables.patch \
73 file://0040-nios2-Define-MUSL_DYNAMIC_LINKER.patch \ 73 file://0040-nios2-Define-MUSL_DYNAMIC_LINKER.patch \
74 file://0041-ssp_nonshared.patch \ 74 file://0041-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch \
75 file://0042-gcc-libcpp-support-ffile-prefix-map-old-new.patch \ 75 file://0042-gcc-libcpp-support-ffile-prefix-map-old-new.patch \
76 file://0043-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ 76 file://0043-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \
77 file://0044-gcc-final.c-fdebug-prefix-map-support-to-remap-sourc.patch \ 77 file://0044-gcc-final.c-fdebug-prefix-map-support-to-remap-sourc.patch \