aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-05-18 04:19:02 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2016-05-19 11:13:10 +0100
commit6b200de0f7a7008f74cde68fe87aa62b7729cd9a (patch)
tree44a4956d8c7fb76218064060f6305398a2a80cb7 /bfd/config.bfd
parent514e58b726338c24b672d96bd48f8ce8a47f7803 (diff)
downloadgdb-6b200de0f7a7008f74cde68fe87aa62b7729cd9a.zip
gdb-6b200de0f7a7008f74cde68fe87aa62b7729cd9a.tar.gz
gdb-6b200de0f7a7008f74cde68fe87aa62b7729cd9a.tar.bz2
Remove unsupported `am34-*-linux*' target triplet
The `am34-*-linux*' target cannot be configured for, `am34' is not a CPU name recognized by `config.sub'. It has never been, required code has not been contributed to GNU config, neither before nor since the addition of the target triplet to our configury with commit bfff16424942 ("Add MN10300 linker relaxation support for symbol differences") back in 2007. Also there is no difference in actual tool configuration between the `am34-*-linux*' and `am33_2.0-*-linux*' targets, except from a different executable prefix and tooldir name. Given the above remove the target triplet from our configuration. bfd/ * config.bfd: Remove `am34-*-linux*' support. ld/ * configure.tgt: Remove `am34-*-linux*' support.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 7c4eece..d0aa553 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -94,7 +94,7 @@ targ_cpu=`echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
case "${targ_cpu}" in
aarch64*) targ_archs="bfd_aarch64_arch bfd_arm_arch";;
alpha*) targ_archs=bfd_alpha_arch ;;
-am34*|am33_2.0*) targ_archs=bfd_mn10300_arch ;;
+am33_2.0*) targ_archs=bfd_mn10300_arch ;;
arc*) targ_archs=bfd_arc_arch ;;
arm*) targ_archs=bfd_arm_arch ;;
bfin*) targ_archs=bfd_bfin_arch ;;
@@ -272,7 +272,7 @@ case "${targ}" in
;;
#endif /* BFD64 */
- am34-*-linux* | am33_2.0-*-linux*)
+ am33_2.0-*-linux*)
targ_defvec=am33_elf32_linux_vec
;;