diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2017-06-07 17:27:45 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2017-06-07 17:27:45 +0200 |
commit | 4768200a93319dd9efdf1be686d363d76c2822d4 (patch) | |
tree | 535d4e2f3e708f73e58b4a8dce2afa56900e388f /gcc/config.gcc | |
parent | 0ea948e25d440d031b4062ac1e38107435fb98e0 (diff) | |
download | gcc-4768200a93319dd9efdf1be686d363d76c2822d4.zip gcc-4768200a93319dd9efdf1be686d363d76c2822d4.tar.gz gcc-4768200a93319dd9efdf1be686d363d76c2822d4.tar.bz2 |
rs6000: Remove spe.md, spe.h, linuxspe.h
* config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
(powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
* config/rs6000/linuxspe.h: Delete file.
* config/rs6000/rs6000.md: Don't include spe.md.
* config/rs6000/spe.h: Delete file.
* config/rs6000/spe.md: Delete file.
* config/rs6000/t-rs6000: Remove spe.md.
From-SVN: r248983
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index f55dcaa..a311cd95 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -457,7 +457,7 @@ powerpc*-*-*) extra_headers="ppc-asm.h altivec.h htmintrin.h htmxlintrin.h" extra_headers="${extra_headers} bmi2intrin.h bmiintrin.h x86intrin.h" extra_headers="${extra_headers} ppu_intrinsics.h spu2vmx.h vec_types.h si2vmx.h" - extra_headers="${extra_headers} spe.h paired.h" + extra_headers="${extra_headers} paired.h" case x$with_cpu in xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456789]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500) cpu_is_64bit=yes @@ -2510,7 +2510,7 @@ powerpc*-*-linux*) powerpc*-*-linux*altivec*) tm_file="${tm_file} rs6000/linuxaltivec.h" ;; powerpc*-*-linux*spe*) - tm_file="${tm_file} rs6000/linuxspe.h rs6000/e500.h" ;; + tm_file="${tm_file} ${cpu_type}/linuxspe.h ${cpu_type}/e500.h" ;; powerpc*-*-linux*paired*) tm_file="${tm_file} rs6000/750cl.h" ;; esac |