diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-02 21:26:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:30:00 +0000 |
commit | 92ae4e290292d88ae6dabc0a53ef7aa5c9cedf28 (patch) | |
tree | 97b9d06a7c629bc18f69274c5ad077eed2ce331d /meta/recipes-devtools/gcc/gcc-5.3.inc | |
parent | 9e5222c532a5232a8971f3beecb7100b35ea6537 (diff) | |
download | poky-92ae4e290292d88ae6dabc0a53ef7aa5c9cedf28.tar.gz |
gcc: musl related fixes for ppc/secure-plt and gthr
These issues are fixing building gcc for target, ppc issue
helps in fixing discrepency between gcc cmdline and linker cmdline
(From OE-Core rev: 6af50d8865335aed68fb4f9b319edb81ce93a04e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-5.3.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-5.3.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc index 83e061f44f..214af10c51 100644 --- a/meta/recipes-devtools/gcc/gcc-5.3.inc +++ b/meta/recipes-devtools/gcc/gcc-5.3.inc | |||
@@ -78,6 +78,8 @@ SRC_URI = "\ | |||
78 | file://0046-Get-rid-of-ever-broken-fixincludes-on-musl.patch \ | 78 | file://0046-Get-rid-of-ever-broken-fixincludes-on-musl.patch \ |
79 | file://0047-nios2-Define-MUSL_DYNAMIC_LINKER.patch \ | 79 | file://0047-nios2-Define-MUSL_DYNAMIC_LINKER.patch \ |
80 | file://0048-ssp_nonshared.patch \ | 80 | file://0048-ssp_nonshared.patch \ |
81 | file://0049-Disable-the-weak-reference-logic-in-gthr.h-for-os-ge.patch \ | ||
82 | file://0050-powerpc-pass-secure-plt-to-the-linker.patch \ | ||
81 | " | 83 | " |
82 | 84 | ||
83 | BACKPORTS = "" | 85 | BACKPORTS = "" |