diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-07-11 15:27:19 -0700 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-07-17 03:37:53 +1000 |
commit | a7856bd055259cbc8988125a6b5e1bfbf4ecfcfc (patch) | |
tree | a6d0f085236f8a80d306f7daca2be32c690b9a94 | |
parent | 843dca042ed56ef82f8e473309785b7465d1cc7e (diff) | |
download | meta-xilinx-a7856bd055259cbc8988125a6b5e1bfbf4ecfcfc.tar.gz |
gcc-source_6.1.bbappend: Include MB patch
Patch GCC 6 for addi3 and subdi3 instruction definitions
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-microblaze/gcc/gcc-source_6.1.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | |||
2 | # Add MicroBlaze Patches | ||
3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | ||
4 | SRC_URI_append = " \ | ||
5 | file://microblaze.md-Improve-adddi3-and-subdi3-insn-definit.patch \ | ||
6 | " | ||
7 | |||