]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Add support for building musl configuration
authorKhem Raj <raj.khem@gmail.com>
Wed, 18 Nov 2015 17:10:48 +0000 (17:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Dec 2015 23:31:44 +0000 (23:31 +0000)
commit30a0cc2ef72399b84da4903e697f258f79852fc9
tree0a0cadf1af2f7dfbdc9607784de9b7862546ee40
parent4315d1aca8c642001a4b43fef66ed730fb756c66
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-4.9.inc
meta/recipes-devtools/gcc/gcc-4.9/0067-gcc-musl-support.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-4.9/0068-musl-dynamic-linker.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-4.9/0069-musl-no-fixincludes.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-4.9/0070-libstdc-musl.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-5.2.inc
meta/recipes-devtools/gcc/gcc-5.2/0043-libstdc-musl.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-5.2/0044-gcc-musl-support.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-5.2/0045-musl-dynamic-linker.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch [new file with mode: 0644]