diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-18 14:13:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-18 14:13:36 +0000 |
commit | e729279b04301d65a619b1bad04b6aff686899b2 (patch) | |
tree | d8799f6fa285cb390b76df693af31c37d29298c8 /bfd/config.bfd | |
parent | 9edde48e00d4278aa430b25b96ee8703ebf3d880 (diff) | |
download | gdb-e729279b04301d65a619b1bad04b6aff686899b2.zip gdb-e729279b04301d65a619b1bad04b6aff686899b2.tar.gz gdb-e729279b04301d65a619b1bad04b6aff686899b2.tar.bz2 |
Fix building for MS1 and M32C.
Restore alpha- sorting to the architecture tables.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 6cd28f3..ba7676e 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -177,9 +177,6 @@ case "${targ}" in ;; #endif /* BFD64 */ - m32c-*-elf) - targ_defvec=bfd_elf32_m32c_vec - ;; am33_2.0-*-linux*) targ_defvec=bfd_elf32_am33lin_vec ;; @@ -665,6 +662,10 @@ case "${targ}" in targ_defvec=bfd_elf32_iq2000_vec ;; + m32c-*-elf) + targ_defvec=bfd_elf32_m32c_vec + ;; + m32r*le-*-linux*) targ_defvec=bfd_elf32_m32rlelin_vec targ_selvecs="bfd_elf32_m32rlin_vec bfd_elf32_m32rlelin_vec" |