diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2012-10-04 18:38:13 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2012-10-04 18:38:13 +1000 |
| commit | 8db3a952a4ba49df816c00903fa71c7193278841 (patch) | |
| tree | 510e39160de36649c0ea2c6360184aa988efd141 /recipes-devtools | |
| parent | 7e95d33136ac8a6652ae7af9fd391696651c65f1 (diff) | |
| download | meta-xilinx-8db3a952a4ba49df816c00903fa71c7193278841.tar.gz | |
gnu-config: Added patch to add "microblazeel" support to config.sub
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/gnu-config/files/config-microblazeel.patch | 43 | ||||
| -rw-r--r-- | recipes-devtools/gnu-config/gnu-config_20111111.bbappend | 6 |
2 files changed, 49 insertions, 0 deletions
diff --git a/recipes-devtools/gnu-config/files/config-microblazeel.patch b/recipes-devtools/gnu-config/files/config-microblazeel.patch new file mode 100644 index 00000000..01c2d2eb --- /dev/null +++ b/recipes-devtools/gnu-config/files/config-microblazeel.patch | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | Add "microblazeel" target to config.sub. | ||
| 2 | |||
| 3 | Index: git/config.sub | ||
| 4 | =================================================================== | ||
| 5 | --- git.orig/config.sub 2011-10-17 19:49:28.000000000 +1000 | ||
| 6 | +++ git/config.sub 2012-10-04 16:43:53.250376336 +1000 | ||
| 7 | @@ -154,7 +154,7 @@ | ||
| 8 | -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ | ||
| 9 | -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ | ||
| 10 | -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ | ||
| 11 | - -apple | -axis | -knuth | -cray | -microblaze) | ||
| 12 | + -apple | -axis | -knuth | -cray | -microblaze | -microblazeel) | ||
| 13 | os= | ||
| 14 | basic_machine=$1 | ||
| 15 | ;; | ||
| 16 | @@ -264,7 +264,7 @@ | ||
| 17 | | le32 | le64 \ | ||
| 18 | | lm32 \ | ||
| 19 | | m32c | m32r | m32rle | m68000 | m68k | m88k \ | ||
| 20 | - | maxq | mb | microblaze | mcore | mep | metag \ | ||
| 21 | + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | ||
| 22 | | mips | mipsbe | mipseb | mipsel | mipsle \ | ||
| 23 | | mips16 \ | ||
| 24 | | mips64 | mips64el \ | ||
| 25 | @@ -377,7 +377,7 @@ | ||
| 26 | | lm32-* \ | ||
| 27 | | m32c-* | m32r-* | m32rle-* \ | ||
| 28 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | ||
| 29 | - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | ||
| 30 | + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* | microblazeel-* \ | ||
| 31 | | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | ||
| 32 | | mips16-* \ | ||
| 33 | | mips64-* | mips64el-* \ | ||
| 34 | @@ -780,6 +780,9 @@ | ||
| 35 | microblaze) | ||
| 36 | basic_machine=microblaze-xilinx | ||
| 37 | ;; | ||
| 38 | + microblazeel) | ||
| 39 | + basic_machine=microblazeel-xilinx | ||
| 40 | + ;; | ||
| 41 | mingw32) | ||
| 42 | basic_machine=i386-pc | ||
| 43 | os=-mingw32 | ||
diff --git a/recipes-devtools/gnu-config/gnu-config_20111111.bbappend b/recipes-devtools/gnu-config/gnu-config_20111111.bbappend new file mode 100644 index 00000000..32d003f2 --- /dev/null +++ b/recipes-devtools/gnu-config/gnu-config_20111111.bbappend | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | |||
| 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 3 | |||
| 4 | # Apply patch to add "microblazeel" support to gnu-config | ||
| 5 | SRC_URI += "file://config-microblazeel.patch" | ||
| 6 | |||
