diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2017-01-25 17:56:46 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-01-25 17:56:46 +1030 |
commit | 4a7324e1bcb525a0a89b08aabf598009c59bdcec (patch) | |
tree | c860010b09236c3765dca053916cc645f47152ee /bfd/config.bfd | |
parent | c75b4ebd4f91f6884f046fa61f43e4cd88733290 (diff) | |
download | gdb-4a7324e1bcb525a0a89b08aabf598009c59bdcec.zip gdb-4a7324e1bcb525a0a89b08aabf598009c59bdcec.tar.gz gdb-4a7324e1bcb525a0a89b08aabf598009c59bdcec.tar.bz2 |
Remove all RTEMS a.out targets
* config.bfd (*-*-rtemsaout*): Mark as removed.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 48133e8..52db9a4 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -133,6 +133,7 @@ esac case $targ in *-go32-rtems* | \ + *-*-rtemsaout* | \ *-*-rtemscoff* | \ a29k-* | \ arm-*-oabi | \ @@ -144,7 +145,6 @@ case $targ in m68*-bull-sysv* | \ maxq-*-coff | \ mips*el-*-rtems* | \ - sparc*-*-rtemsaout* | \ sparc-*-lynxos* | \ vax-*-vms* | \ null) |