From 8db3a952a4ba49df816c00903fa71c7193278841 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 4 Oct 2012 18:38:13 +1000 Subject: gnu-config: Added patch to add "microblazeel" support to config.sub Signed-off-by: Nathan Rossi --- .../gnu-config/files/config-microblazeel.patch | 43 ++++++++++++++++++++++ .../gnu-config/gnu-config_20111111.bbappend | 6 +++ 2 files changed, 49 insertions(+) create mode 100644 recipes-devtools/gnu-config/files/config-microblazeel.patch create mode 100644 recipes-devtools/gnu-config/gnu-config_20111111.bbappend 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 @@ +Add "microblazeel" target to config.sub. + +Index: git/config.sub +=================================================================== +--- git.orig/config.sub 2011-10-17 19:49:28.000000000 +1000 ++++ git/config.sub 2012-10-04 16:43:53.250376336 +1000 +@@ -154,7 +154,7 @@ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ +- -apple | -axis | -knuth | -cray | -microblaze) ++ -apple | -axis | -knuth | -cray | -microblaze | -microblazeel) + os= + basic_machine=$1 + ;; +@@ -264,7 +264,7 @@ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ +- | maxq | mb | microblaze | mcore | mep | metag \ ++ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ +@@ -377,7 +377,7 @@ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ +- | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ ++ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* | microblazeel-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ +@@ -780,6 +780,9 @@ + microblaze) + basic_machine=microblaze-xilinx + ;; ++ microblazeel) ++ basic_machine=microblazeel-xilinx ++ ;; + mingw32) + basic_machine=i386-pc + 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 @@ + +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +# Apply patch to add "microblazeel" support to gnu-config +SRC_URI += "file://config-microblazeel.patch" + -- cgit v1.2.3-54-g00ecf