summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.9.inc
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2016-05-04 14:52:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:36 +0100
commit3aa988ef77d20f954b2c635c7997cd51a1dbf90f (patch)
tree45451e65a3d6b915547f70ffe18db828c652ecf5 /meta/recipes-devtools/gcc/gcc-4.9.inc
parent75ca53211488a3e268037a44ee2a7ac5c7181bd2 (diff)
downloadpoky-3aa988ef77d20f954b2c635c7997cd51a1dbf90f.tar.gz
gcc: obey ldflags in the link of libgcc
Explicitly obey it, the way it should, rather than only relying on --with-linker-hash-style. (From OE-Core rev: 146f601c7ff8d7af7e3704eaec815cec51953c4f) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
index 7e03f3121a..208e092e1d 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.9.inc
@@ -90,6 +90,7 @@ SRC_URI = "\
90 file://0072-support-ffile-prefix-map.patch \ 90 file://0072-support-ffile-prefix-map.patch \
91 file://0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ 91 file://0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \
92 file://0074-fdebug-prefix-map-support-to-remap-relative-path.patch \ 92 file://0074-fdebug-prefix-map-support-to-remap-relative-path.patch \
93 file://0075-libgcc-use-ldflags.patch \
93" 94"
94SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" 95SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327"
95SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" 96SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e"