summaryrefslogtreecommitdiffstats
path: root/recipes-microblaze
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-05-10 23:48:45 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-05-10 23:48:45 +1000
commitd8ff2354eccedae4a4d5ef0768f7e5d1f7ea2a99 (patch)
treeaffe583520d5e615573af5dc10d15d946f2940fb /recipes-microblaze
parentf114658e0bdcf1aafc71dfb320b88a0d5942ec45 (diff)
downloadmeta-xilinx-d8ff2354eccedae4a4d5ef0768f7e5d1f7ea2a99.tar.gz
gcc-source_4.9: Backport MicroBlaze musl libc support
Backport the patch from GCC to handle musl libc for MicroBlaze, this patch sets up the correct path for ld. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-microblaze')
-rw-r--r--recipes-microblaze/gcc/gcc-source_4.9.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-microblaze/gcc/gcc-source_4.9.bbappend b/recipes-microblaze/gcc/gcc-source_4.9.bbappend
new file mode 100644
index 00000000..4343ea43
--- /dev/null
+++ b/recipes-microblaze/gcc/gcc-source_4.9.bbappend
@@ -0,0 +1,7 @@
1
2# Add MicroBlaze Patches
3FILESEXTRAPATHS_append := "${THISDIR}/files:"
4SRC_URI_append = " \
5 file://microblaze-musl-support.patch \
6 "
7