diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/m4')
| -rw-r--r-- | meta-microblaze/recipes-devtools/m4/files/m4-stack-direction-microblaze.patch | 11 | ||||
| -rw-r--r-- | meta-microblaze/recipes-devtools/m4/m4_%.bbappend | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/m4/files/m4-stack-direction-microblaze.patch b/meta-microblaze/recipes-devtools/m4/files/m4-stack-direction-microblaze.patch new file mode 100644 index 00000000..b8b40fb8 --- /dev/null +++ b/meta-microblaze/recipes-devtools/m4/files/m4-stack-direction-microblaze.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | --- m4-1.4.19/m4/stack-direction.m4.orig 2021-11-30 13:19:56.005640547 -0800 | ||
| 2 | +++ m4-1.4.19/m4/stack-direction.m4 2021-11-30 13:20:03.917640741 -0800 | ||
| 3 | @@ -35,7 +35,7 @@ | ||
| 4 | m68* | \ | ||
| 5 | m88k | \ | ||
| 6 | mcore | \ | ||
| 7 | - microblaze | \ | ||
| 8 | + microblaze* | \ | ||
| 9 | mips* | \ | ||
| 10 | mmix | \ | ||
| 11 | mn10200 | \ | ||
diff --git a/meta-microblaze/recipes-devtools/m4/m4_%.bbappend b/meta-microblaze/recipes-devtools/m4/m4_%.bbappend new file mode 100644 index 00000000..c0afc82d --- /dev/null +++ b/meta-microblaze/recipes-devtools/m4/m4_%.bbappend | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | FILESEXTRAPATHS:append:microblaze := ":${THISDIR}/files" | ||
| 2 | SRC_URI:append:microblaze = " \ | ||
| 3 | file://m4-stack-direction-microblaze.patch \ | ||
| 4 | " | ||
