diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:14:19 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:14:19 +0930 |
commit | de96689e03235bfd65a33704a9d398cb666140f4 (patch) | |
tree | e28d4c812b81ad5e5a822a08553b14edf9188234 /ld/configure.tgt | |
parent | 5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e (diff) | |
download | binutils-de96689e03235bfd65a33704a9d398cb666140f4.zip binutils-de96689e03235bfd65a33704a9d398cb666140f4.tar.gz binutils-de96689e03235bfd65a33704a9d398cb666140f4.tar.bz2 |
Remove tandem support
bfd/
* config.bfd: Remove tandem support.
ld/
* Makefile.am: Remove tandem support.
* configure.tgt: Likewise.
* emulparams/st2000.sh: Delete.
* scripttempl/st2000.sc: Delete.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 4665fc0..0ebfb39 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -864,8 +864,6 @@ z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;; *-*-ieee*) targ_emul=vanilla ;; -*-tandem-none) targ_emul=st2000 - ;; *) echo 2>&1 "*** ld does not support target ${targ}" echo 2>&1 "*** see ld/configure.tgt for supported targets" |