aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2018-12-10 20:40:27 +0100
committerSegher Boessenkool <segher@gcc.gnu.org>2018-12-10 20:40:27 +0100
commit23d3e2d5a7858670c3e4f6854e7a4d439278b128 (patch)
tree020af4af6dbdd569dfea6e27f418c423db968ed2 /gcc/config.host
parenta84162511d4712374a9ae76edae32a5068fcfc0d (diff)
downloadgcc-23d3e2d5a7858670c3e4f6854e7a4d439278b128.zip
gcc-23d3e2d5a7858670c3e4f6854e7a4d439278b128.tar.gz
gcc-23d3e2d5a7858670c3e4f6854e7a4d439278b128.tar.bz2
Delete powerpcspe
This deletes powerpcspe, which was deprecated for GCC 8. This does not change the testsuite, or libgcc for rs6000 (which still is shared code with powerpcspe, so can use some cleanup after this). / * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe. gcc/ * config.gcc (Obsolete configurations): Delete powerpc*-*-*spe*. (Unsupported targets): Add powerpc*-*-*spe*. (powerpc*-*-*spe*): Delete. (powerpc-*-eabispe*): Delete. (powerpc-*-rtems*spe*): Delete. (powerpc*-*-linux*spe*): Delete. (powerpc*-*-linux*): Do not handle the linux*spe* targets. (powerpc-wrs-vxworks*spe): Delete. (with_cpu setting code): Delete powerpc*-*-*spe* handling. * config.host (target powerpc*-*-*spe*): Delete. * doc/invoke.texi (PowerPC SPE Options): Delete. (PowerPC SPE Options): Delete. * config/powerpcspe: Delete. From-SVN: r266961
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 970d4d5..cc75ec0 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -144,10 +144,6 @@ case ${host} in
rs6000-*-* \
| powerpc*-*-* )
case ${target} in
- powerpc*-*-*spe*)
- host_extra_gcc_objs="driver-powerpcspe.o"
- host_xmake_file="${host_xmake_file} powerpcspe/x-powerpcspe"
- ;;
rs6000-*-* \
| powerpc*-*-* )
host_extra_gcc_objs="driver-rs6000.o"