diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-04-04 17:18:54 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-04-04 17:18:54 +0000 |
commit | 6d6f2d0804ab464f43e5f20563948dc85542a50a (patch) | |
tree | 3239007397179a8eb58f3a589a25119fce37be3e /gcc/config.gcc | |
parent | 0bfc3f69702dc3162629a236fa21987bebf6524a (diff) | |
download | gcc-6d6f2d0804ab464f43e5f20563948dc85542a50a.zip gcc-6d6f2d0804ab464f43e5f20563948dc85542a50a.tar.gz gcc-6d6f2d0804ab464f43e5f20563948dc85542a50a.tar.bz2 |
re PR target/4198 ([sparclite-elf] does not build, needs tweaking for crtstuff.c changes)
PR target/4198
PR target/12027
* config.gcc (Obsolete configurations): Remove
sparclite-*-coff*, sparclite-*-elf* and sparc-*-openbsd*.
(sparclite-*-coff*): Delete.
(sparclite-*-elf*): Likewise.
(sparc86x-*-elf*): Likewise.
(target_cpu_default) <sparc*-*-*>: Remove sparc86x.
* config/sparc/lite.h: Delete.
* config/sparc/litecoff.h: Likewise.
* config/sparc/liteelf.h: Likewise.
* config/sparc/sp86x-elf.h: Likewise.
* config/sparc/t-sparclite: Likewise.
* config/sparc/t-sp86x: Likewise.
From-SVN: r97555
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 74c8b41..d8c914f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -184,10 +184,7 @@ md_file= # Obsolete configurations. case ${target} in - sparclite-*-coff* \ - | sparclite-*-elf* \ - | sparc86x-*-elf* \ - | sparc-*-openbsd* \ + sparc-*-openbsd* \ | i860-*-sysv4* \ | ip2k-*-elf \ | ns32k-*-netbsdelf* \ @@ -2031,22 +2028,6 @@ sparc-*-sysv4*) extra_parts="crtbegin.o crtend.o" use_fixproto=yes ;; -sparclite-*-coff*) - tm_file="${tm_file} sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h" - tmake_file=sparc/t-sparclite - ;; -sparclite-*-elf*) - tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/liteelf.h" - tmake_file="sparc/t-sparclite sparc/t-crtfm" - extra_parts="crtbegin.o crtend.o" - use_fixproto=yes - ;; -sparc86x-*-elf*) - tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/sp86x-elf.h" - tmake_file="sparc/t-sp86x sparc/t-crtfm" - extra_parts="crtbegin.o crtend.o" - use_fixproto=yes - ;; sparc64-*-elf*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h" tmake_file="${tmake_file} sparc/t-crtfm" @@ -2774,9 +2755,6 @@ case ${target} in xsparc) with_cpu=v7 ;; - xsparc86x) - with_cpu=sparclite86x - ;; xsparcv9 | xsparc64) with_cpu=v9 ;; |