summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-5.2.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-18 17:10:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:42:54 +0000
commita2ea58bbd7a4cea9670b0a409df3a498ac2395fa (patch)
tree47f057f094c16556fc09e68632f3a5e30ee63268 /meta/recipes-devtools/gcc/gcc-5.2.inc
parent37c74e24202a4e581c49c4b3e1e5facaa5f0c407 (diff)
downloadpoky-a2ea58bbd7a4cea9670b0a409df3a498ac2395fa.tar.gz
gcc: Add support for building musl configuration
Most of these patches are already in gcc 6.0/master but we still need them for older gcc, they have been tested in meta-musl for quite some time (From OE-Core rev: 30a0cc2ef72399b84da4903e697f258f79852fc9) 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.2.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-5.2.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.2.inc b/meta/recipes-devtools/gcc/gcc-5.2.inc
index e5e92e9ab2..2ebc675d9d 100644
--- a/meta/recipes-devtools/gcc/gcc-5.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-5.2.inc
@@ -75,6 +75,10 @@ SRC_URI = "\
75 file://0041-handle-target-sysroot-multilib.patch \ 75 file://0041-handle-target-sysroot-multilib.patch \
76 file://0042-cxxflags-for-build.patch \ 76 file://0042-cxxflags-for-build.patch \
77 file://0043-fix-arm-thumb.patch \ 77 file://0043-fix-arm-thumb.patch \
78 file://0043-libstdc-musl.patch \
79 file://0044-gcc-musl-support.patch \
80 file://0045-musl-dynamic-linker.patch \
81 file://0046-musl-no-fixincludes.patch \
78 " 82 "
79 83
80BACKPORTS = "" 84BACKPORTS = ""