diff options
author | Richard Henderson <rth@redhat.com> | 2003-01-28 15:04:02 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-01-28 15:04:02 -0800 |
commit | 021aa6ed6f65360decc1ddca0d74a44989b82cce (patch) | |
tree | e2b9d7a5ed3a3ac14ae573af6b78eb467eb7fb29 /gcc/config.gcc | |
parent | db2cd5e6c0fb329a8191993a203bdfd43069664e (diff) | |
download | gcc-021aa6ed6f65360decc1ddca0d74a44989b82cce.zip gcc-021aa6ed6f65360decc1ddca0d74a44989b82cce.tar.gz gcc-021aa6ed6f65360decc1ddca0d74a44989b82cce.tar.bz2 |
config.gcc (ia64*-*-aix*): Remove.
* config.gcc (ia64*-*-aix*): Remove.
* config/ia64/aix.h, config/ia64/t-aix: Remove file.
* config/ia64/unwind-aix.c: Remove file.
From-SVN: r62043
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b287bd3..f839ba9 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1382,12 +1382,6 @@ i960-*-*) # Default i960 environment. c_target_objs="i960-c.o" cxx_target_objs="i960-c.o" ;; -ia64*-*-aix*) - tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h" - tmake_file="ia64/t-ia64 ia64/t-aix" - target_cpu_default="MASK_GNU_AS|MASK_GNU_LD" - extra_parts="crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o" - ;; ia64*-*-elf*) tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h" tmake_file="ia64/t-ia64" |