diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-11-18 17:10:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:54 +0000 |
commit | a2ea58bbd7a4cea9670b0a409df3a498ac2395fa (patch) | |
tree | 47f057f094c16556fc09e68632f3a5e30ee63268 /meta/recipes-devtools/gcc/gcc-4.9.inc | |
parent | 37c74e24202a4e581c49c4b3e1e5facaa5f0c407 (diff) | |
download | poky-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-4.9.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index ee8e53befb..e9dfc504fd 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -83,6 +83,10 @@ SRC_URI = "\ | |||
83 | file://0065-gcc-483-universal-initializer-no-warning.patch \ | 83 | file://0065-gcc-483-universal-initializer-no-warning.patch \ |
84 | file://0066-cxxflags-for-build.patch \ | 84 | file://0066-cxxflags-for-build.patch \ |
85 | file://0067-fix-arm-thumb.patch \ | 85 | file://0067-fix-arm-thumb.patch \ |
86 | file://0067-gcc-musl-support.patch \ | ||
87 | file://0068-musl-dynamic-linker.patch \ | ||
88 | file://0069-musl-no-fixincludes.patch \ | ||
89 | file://0070-libstdc-musl.patch \ | ||
86 | " | 90 | " |
87 | SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" | 91 | SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" |
88 | SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" | 92 | SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" |