diff options
author | Philip Blundell <philb@gnu.org> | 2001-02-26 18:15:36 +0000 |
---|---|---|
committer | Phil Blundell <pb@gcc.gnu.org> | 2001-02-26 18:15:36 +0000 |
commit | 14879e768f7ceaae3e83ccaf326872c845ec9f2d (patch) | |
tree | 8f4048e819cf5bf1b124cf577820f638aba01432 /gcc/config.gcc | |
parent | d57de21543cbfaa637b5a8af78c20359ee088a72 (diff) | |
download | gcc-14879e768f7ceaae3e83ccaf326872c845ec9f2d.tar.gz |
config.gcc: Remove obsolete targets "arm*-*-linuxoldld" and "armv2-*-linux".
2001-02-26 Philip Blundell <philb@gnu.org>
* config.gcc: Remove obsolete targets "arm*-*-linuxoldld" and
"armv2-*-linux".
* config/arm/linux-elf.h: Remove historical relics related to
above configurations.
* config/arm/linux-oldld.h: Delete.
* config/arm/linux-elf26.h: Delete.
From-SVN: r40070
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a9ea215d6d9..e5f30dea045 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -530,33 +530,10 @@ arm*-*-netbsd*) tmake_file="t-netbsd arm/t-netbsd" use_collect2=yes ;; -arm*-*-linux*oldld*) # ARM GNU/Linux with old ELF linker - xm_file=arm/xm-linux.h - xmake_file=x-linux - tm_file="arm/linux-oldld.h arm/linux-elf.h" - case $machine in - armv2*-*-*) - tm_file="arm/linux-elf26.h $tm_file" - ;; - esac - tmake_file="t-linux arm/t-linux" - extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" - gnu_ld=yes - case x${enable_threads} in - x | xyes | xpthreads | xposix) - thread_file='posix' - ;; - esac - ;; -arm*-*-linux*) # ARM GNU/Linux with ELF +arm*-*-linux*) # ARM GNU/Linux with ELF xm_file=arm/xm-linux.h xmake_file=x-linux tm_file="arm/linux-elf.h" - case $machine in - armv2*-*-*) - tm_file="arm/linux-elf26.h $tm_file" - ;; - esac tmake_file="t-linux arm/t-linux" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" gnu_ld=yes |