aboutsummaryrefslogtreecommitdiff
path: root/contrib/header-tools
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2019-09-03 15:08:28 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2019-09-03 15:08:28 +0000
commit7ee1594e0ebf75195f6eb5e23516ae12618c9f82 (patch)
tree5b5243531a267cc134be476ce30f7405ea5998a4 /contrib/header-tools
parent677b4679d81fe87e7c711e561f19bbff92303337 (diff)
Remove Cell Broadband Engine SPU targets
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@275343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/header-tools')
-rw-r--r--contrib/header-tools/ChangeLog5
-rw-r--r--contrib/header-tools/README2
-rwxr-xr-xcontrib/header-tools/reduce-headers3
3 files changed, 7 insertions, 3 deletions
diff --git a/contrib/header-tools/ChangeLog b/contrib/header-tools/ChangeLog
index 8977a000cd9..64154730f84 100644
--- a/contrib/header-tools/ChangeLog
+++ b/contrib/header-tools/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * README: Remove references to spu.
+ * reduce-headers: Likewise.
+
2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
diff --git a/contrib/header-tools/README b/contrib/header-tools/README
index 3b20e515da1..592af3ab60d 100644
--- a/contrib/header-tools/README
+++ b/contrib/header-tools/README
@@ -203,7 +203,7 @@ reduce-headers
these targets. They are also known to the tool. When building targets it
will check those targets before the rest.
This coverage can be achieved by building config-list.mk with :
- LIST="aarch64-linux-gnu arm-netbsdelf c6x-elf epiphany-elf hppa2.0-hpux10.1 i686-mingw32crt i686-pc-msdosdjgpp mipsel-elf powerpc-eabisimaltivec rs6000-ibm-aix5.1.0 sh-superh-elf sparc64-elf spu-elf"
+ LIST="aarch64-linux-gnu arm-netbsdelf c6x-elf epiphany-elf hppa2.0-hpux10.1 i686-mingw32crt i686-pc-msdosdjgpp mipsel-elf powerpc-eabisimaltivec rs6000-ibm-aix5.1.0 sh-superh-elf sparc64-elf"
-b specifies the native bootstrapped build root directory
-t specifies a target build root directory that config-list.mk was run from
diff --git a/contrib/header-tools/reduce-headers b/contrib/header-tools/reduce-headers
index 26a7df9dc6c..8363736d0c8 100755
--- a/contrib/header-tools/reduce-headers
+++ b/contrib/header-tools/reduce-headers
@@ -32,8 +32,7 @@ target_priority = [
"powerpc-eabisimaltivec",
"rs6000-ibm-aix5.1.0",
"sh-superh-elf",
- "sparc64-elf",
- "spu-elf"
+ "sparc64-elf"
]