diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-05-04 14:52:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 10:08:30 +0100 |
commit | 9095742d1468477baefe69098817f38a8d2dd750 (patch) | |
tree | e79301e79f5f1c451c416e0c54cb9d05d60aadfa /meta/recipes-devtools/gcc/gcc-4.9.inc | |
parent | 6ba86d847275126bf435f144e7d029d10e7ab17d (diff) | |
download | openembedded-core-9095742d1468477baefe69098817f38a8d2dd750.tar.gz openembedded-core-9095742d1468477baefe69098817f38a8d2dd750.tar.bz2 openembedded-core-9095742d1468477baefe69098817f38a8d2dd750.zip |
gcc: obey ldflags in the link of libgcc
Explicitly obey it, the way it should, rather than only relying on
--with-linker-hash-style.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 1 |
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 = "\ file://0072-support-ffile-prefix-map.patch \ file://0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ file://0074-fdebug-prefix-map-support-to-remap-relative-path.patch \ + file://0075-libgcc-use-ldflags.patch \ " SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" |