diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2019-09-03 15:08:28 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2019-09-03 15:08:28 +0000 |
commit | 2f2aeda98f3aa24034a700e7efcb6c1a9397836f (patch) | |
tree | 5b5243531a267cc134be476ce30f7405ea5998a4 /libgcc/config.host | |
parent | 934392185369af22fee845e4edd92c420b8c248b (diff) | |
download | gcc-2f2aeda98f3aa24034a700e7efcb6c1a9397836f.tar.gz |
Remove Cell Broadband Engine SPU targets
From-SVN: r275343
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 503ebb6be20..a3976702ab5 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -189,9 +189,6 @@ sparc64*-*-*) sparc*-*-*) cpu_type=sparc ;; -spu*-*-*) - cpu_type=spu - ;; s390*-*-*) cpu_type=s390 ;; @@ -1369,13 +1366,6 @@ sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux ;; sparc64-*-netbsd*) ;; -spu-*-elf*) - tmake_file="$tmake_file spu/t-elf t-libgcc-pic t-fdpbit" - extra_parts="$extra_parts \ - libgcc_cachemgr.a libgcc_cachemgr_nonatomic.a \ - libgcc_cache8k.a libgcc_cache16k.a libgcc_cache32k.a \ - libgcc_cache64k.a libgcc_cache128k.a" - ;; tic6x-*-uclinux) tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \ c6x/t-elf c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \ |