summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-09-30 01:47:37 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-10-18 18:00:09 +1000
commite180ef976831a278565f3b72c62621ae80d2e19e (patch)
tree9164a8aefbd60ce62e22e40d9ddddf7277e238c0
parent09aad52d3c3072ce00206244f5c59733ad76f73b (diff)
downloadmeta-xilinx-e180ef976831a278565f3b72c62621ae80d2e19e.tar.gz
gnu-config: No longer needed
OE-Core currently defaults to gnu-config_git which points at a 2015-07-28 revision. This includes the MicroBlaze patch. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-microblaze/gnu-config/files/microblazeel.patch68
-rw-r--r--recipes-microblaze/gnu-config/gnu-config_20120814.bbappend6
2 files changed, 0 insertions, 74 deletions
diff --git a/recipes-microblaze/gnu-config/files/microblazeel.patch b/recipes-microblaze/gnu-config/files/microblazeel.patch
deleted file mode 100644
index 2b8249d5..00000000
--- a/recipes-microblaze/gnu-config/files/microblazeel.patch
+++ /dev/null
@@ -1,68 +0,0 @@
1From fb456b34ef4aa02b95dc6be69aaa66fa94a844fb Mon Sep 17 00:00:00 2001
2From: David Holsgrove <david.holsgrove@xilinx.com>
3Date: Wed, 10 Oct 2012 04:33:17 +0000
4Subject: * config.sub (microblazeel): New.
5
6 * testsuite/config-sub.data: Add a test case.
7
8Signed-off-by: Ben Elliston <bje@gnu.org>
9Upstream-Status: Backport [Not part of 2012-08-14]
10---
11diff --git a/config.sub b/config.sub
12index bdda9e4..826e4c6 100755
13--- a/config.sub
14+++ b/config.sub
15@@ -156,7 +156,7 @@ case $os in
16 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
17 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
18 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
19- -apple | -axis | -knuth | -cray | -microblaze)
20+ -apple | -axis | -knuth | -cray | -microblaze*)
21 os=
22 basic_machine=$1
23 ;;
24@@ -273,7 +273,7 @@ case $basic_machine in
25 | le32 | le64 \
26 | lm32 \
27 | m32c | m32r | m32rle | m68000 | m68k | m88k \
28- | maxq | mb | microblaze | mcore | mep | metag \
29+ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
30 | mips | mipsbe | mipseb | mipsel | mipsle \
31 | mips16 \
32 | mips64 | mips64el \
33@@ -389,7 +389,8 @@ case $basic_machine in
34 | lm32-* \
35 | m32c-* | m32r-* | m32rle-* \
36 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
37- | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
38+ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
39+ | microblaze-* | microblazeel-* \
40 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
41 | mips16-* \
42 | mips64-* | mips64el-* \
43@@ -788,7 +789,7 @@ case $basic_machine in
44 basic_machine=ns32k-utek
45 os=-sysv
46 ;;
47- microblaze)
48+ microblaze*)
49 basic_machine=microblaze-xilinx
50 ;;
51 mingw64)
52diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
53index fafbca1..9bd2cd5 100644
54--- a/testsuite/config-sub.data
55+++ b/testsuite/config-sub.data
56@@ -99,8 +99,11 @@ mep mep-unknown-elf
57 metag-linux metag-unknown-linux-gnu
58 metag metag-unknown-none
59 microblaze-elf microblaze-unknown-elf
60+microblazeel-elf microblazeel-unknown-elf
61 microblaze-linux microblaze-unknown-linux-gnu
62+microblazeel-linux microblazeel-unknown-linux-gnu
63 microblaze microblaze-unknown-none
64+microblazeel microblazeel-unknown-none
65 mingw32ce arm-unknown-mingw32ce
66 mingw64 x86_64-pc-mingw64
67 mips64octeonel-elf mips64octeonel-unknown-elf
68---
diff --git a/recipes-microblaze/gnu-config/gnu-config_20120814.bbappend b/recipes-microblaze/gnu-config/gnu-config_20120814.bbappend
deleted file mode 100644
index 0a9331cb..00000000
--- a/recipes-microblaze/gnu-config/gnu-config_20120814.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
1
2FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
3
4# Apply patch to add "microblazeel" support to gnu-config
5SRC_URI += "file://microblazeel.patch"
6