From a7856bd055259cbc8988125a6b5e1bfbf4ecfcfc Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Mon, 11 Jul 2016 15:27:19 -0700 Subject: gcc-source_6.1.bbappend: Include MB patch Patch GCC 6 for addi3 and subdi3 instruction definitions Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- recipes-microblaze/gcc/gcc-source_6.1.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-microblaze/gcc/gcc-source_6.1.bbappend diff --git a/recipes-microblaze/gcc/gcc-source_6.1.bbappend b/recipes-microblaze/gcc/gcc-source_6.1.bbappend new file mode 100644 index 00000000..50075f0d --- /dev/null +++ b/recipes-microblaze/gcc/gcc-source_6.1.bbappend @@ -0,0 +1,7 @@ + +# Add MicroBlaze Patches +FILESEXTRAPATHS_append := "${THISDIR}/files:" +SRC_URI_append = " \ + file://microblaze.md-Improve-adddi3-and-subdi3-insn-definit.patch \ + " + -- cgit v1.2.3-54-g00ecf