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 <[email protected]> --- recipes-microblaze/gcc/gcc-source_4.9.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-microblaze/gcc/gcc-source_4.9.bbappend 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 0000000..4343ea4 --- /dev/null +++ b/recipes-microblaze/gcc/gcc-source_4.9.bbappend @@ -0,0 +1,7 @@ + +# Add MicroBlaze Patches +FILESEXTRAPATHS_append := "${THISDIR}/files:" +SRC_URI_append = " \ + file://microblaze-musl-support.patch \ + " + -- 2.8.1 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
