diff options
author | Ian Lance Taylor <ian@wasabisystems.com> | 2004-06-14 13:59:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2004-06-14 13:59:44 +0000 |
commit | 1c2cdd56e2a682dfe2040daaf0b8862470ab7991 (patch) | |
tree | 69ba21098e93377be4a88dafad1cc2140447930c /gcc/config.gcc | |
parent | d5ad6febfab6a7d9d9e858b48420fb27d33bf65a (diff) | |
download | gcc-1c2cdd56e2a682dfe2040daaf0b8862470ab7991.zip gcc-1c2cdd56e2a682dfe2040daaf0b8862470ab7991.tar.gz gcc-1c2cdd56e2a682dfe2040daaf0b8862470ab7991.tar.bz2 |
config.gcc: Remove sparc64-*-aout*.
* config.gcc: Remove sparc64-*-aout*.
* config/sparc/sparc.c (sparc_aout_select_rtx_section): Remove.
* config/sparc/sp64-aout.h: Remove.
* config/sparc/aout.h: Remove.
From-SVN: r83101
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 8bf7d0e..0aad341 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1903,10 +1903,6 @@ sparc86x-*-elf*) extra_parts="crtbegin.o crtend.o" use_fixproto=yes ;; -sparc64-*-aout*) - tm_file="sparc/sparc.h sparc/aout.h sparc/sp64-aout.h" - use_fixproto=yes - ;; sparc64-*-elf*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h" tmake_file="${tmake_file} sparc/t-crtfm" |