summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2017-05-24 21:35:49 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2017-05-24 21:35:49 +0200
commit83349046151acb6be52e01c6566c71a905ebf40e (patch)
treeaacd91d7a2c16d4c04d309e34603ec4685f24fba /gcc/config.host
parentb6784361760fc9d456b6deb8dcf8715b573bcb9e (diff)
Split off powerpcspe from rs6000 port
* config/powerpcspe: New port. Files are copied from the rs6000 port, with "rs6000" in filenames replaced by "powerpcspe". * config.gcc (powerpc*-*-*spe*): New. (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames. (powerpc-*-rtems*spe*): New. (powerpc*-*-linux*spe*): New. (powerpc-wrs-vxworksspe): New. (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}. (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}. * config.host (powerpc*-*-*spe*): New. From-SVN: r248429
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 5e2db5327e3..48120ae1c89 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -144,6 +144,10 @@ 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"