[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] config.sub/ Add microblazeel and allow microblaze*
From: |
david . holsgrove |
Subject: |
[PATCH] config.sub/ Add microblazeel and allow microblaze* |
Date: |
Wed, 10 Oct 2012 12:33:11 +1000 |
From: David Holsgrove <address@hidden>
Update config.sub and testsuite/config-sub.data for microblazeel
Signed-off-by: David Holsgrove <address@hidden>
---
ChangeLog | 5 +++++
config.sub | 9 +++++----
testsuite/config-sub.data | 3 +++
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fd5a7d2..6cc9ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-10 David Holsgrove <address@hidden>
+
+ * config.sub: Add microblazeel
+ * testsuite/config-sub.data: Likewise
+
2012-09-25 Theo Markettos <address@hidden>
* config.guess (arm:*:riscos:*): Allow arm*.
diff --git a/config.sub b/config.sub
index bdda9e4..d79f46a 100755
--- a/config.sub
+++ b/config.sub
@@ -156,7 +156,7 @@ case $os in
-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*)
os=
basic_machine=$1
;;
@@ -273,7 +273,7 @@ case $basic_machine in
| 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 \
@@ -389,7 +389,8 @@ case $basic_machine in
| 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-* \
@@ -788,7 +789,7 @@ case $basic_machine in
basic_machine=ns32k-utek
os=-sysv
;;
- microblaze)
+ microblaze*)
basic_machine=microblaze-xilinx
;;
mingw64)
diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
index fafbca1..9a40be5 100644
--- a/testsuite/config-sub.data
+++ b/testsuite/config-sub.data
@@ -99,8 +99,11 @@ mep mep-unknown-elf
metag-linux metag-unknown-linux-gnu
metag metag-unknown-none
microblaze-elf microblaze-unknown-elf
+microblazeel-elf microblazeel-unknown-elf
microblaze-linux microblaze-unknown-linux-gnu
+microblazeel-linux microblazeel-unknown-linux-gnu
microblaze microblaze-unknown-none
+microblazeel microblazeel-unknown-none
mingw32ce arm-unknown-mingw32ce
mingw64 x86_64-pc-mingw64
mips64octeonel-elf mips64octeonel-unknown-elf
--
1.7.0.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] config.sub/ Add microblazeel and allow microblaze*,
david . holsgrove <=