diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-10 23:48:45 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-10 23:48:45 +1000 |
| commit | d8ff2354eccedae4a4d5ef0768f7e5d1f7ea2a99 (patch) | |
| tree | affe583520d5e615573af5dc10d15d946f2940fb /recipes-microblaze | |
| parent | f114658e0bdcf1aafc71dfb320b88a0d5942ec45 (diff) | |
| download | meta-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.bbappend | 7 |
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 | ||
| 3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | ||
| 4 | SRC_URI_append = " \ | ||
| 5 | file://microblaze-musl-support.patch \ | ||
| 6 | " | ||
| 7 | |||
