aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-12-20 09:39:14 -0600
committerJoel Sherrill <joel@rtems.org>2021-12-21 09:16:10 -0600
commitae47e3097e9f0608490ed4a53c1710301d409ad1 (patch)
treec62d2cc3070737bdafcb5a51c8739244de82e27e /bfd
parent47f4115a1b17f0918a484b935ffd0adcee1555a5 (diff)
downloadfsf-binutils-gdb-ae47e3097e9f0608490ed4a53c1710301d409ad1.zip
fsf-binutils-gdb-ae47e3097e9f0608490ed4a53c1710301d409ad1.tar.gz
fsf-binutils-gdb-ae47e3097e9f0608490ed4a53c1710301d409ad1.tar.bz2
Obsolete m32c-rtems and m32r-rtems
2020-12-20 Joel Sherrill <joel@rtems.org> bfd/ * config.bfd (m32c-*-rtems*): Remove target. ld/ * configure.tgt (m32c-*-rtems*): Remove target. * configure.tgt (m32r-*-rtems*): Remove target.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 23669b7..c062ef8 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -793,7 +793,7 @@ case "${targ}" in
targ_selvecs=lm32_elf32_vec
;;
- m32c-*-elf | m32c-*-rtems*)
+ m32c-*-elf)
targ_defvec=m32c_elf32_vec
targ_underscore=yes
;;