* configure.tgt: Whiltespace. Sort moxie entry.

This commit is contained in:
Alan Modra
2010-02-19 03:36:06 +00:00
parent c8c66882e4
commit 487565fe48
2 changed files with 19 additions and 15 deletions

View File

@ -1,3 +1,7 @@
2010-02-19 Alan Modra <amodra@gmail.com>
* configure.tgt: Whiltespace. Sort moxie entry.
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use. * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.

View File

@ -151,9 +151,6 @@ case ${generic_target} in
frv-*-*linux*) fmt=elf em=linux;; frv-*-*linux*) fmt=elf em=linux;;
frv-*-*) fmt=elf ;; frv-*-*) fmt=elf ;;
moxie-*-uclinux) fmt=elf em=linux;;
moxie-*-*) fmt=elf ;;
hppa-*-linux*) hppa-*-linux*)
case ${cpu} in case ${cpu} in
hppa*64*) fmt=elf em=hppalinux64 ;; hppa*64*) fmt=elf em=hppalinux64 ;;
@ -310,6 +307,9 @@ case ${generic_target} in
mn10300-*-linux*) fmt=elf em=linux ;; mn10300-*-linux*) fmt=elf em=linux ;;
mn10300-*-*) fmt=elf ;; mn10300-*-*) fmt=elf ;;
moxie-*-uclinux) fmt=elf em=linux;;
moxie-*-*) fmt=elf ;;
mt-*-elf) fmt=elf bfd_gas=yes ;; mt-*-elf) fmt=elf bfd_gas=yes ;;
msp430-*-*) fmt=elf ;; msp430-*-*) fmt=elf ;;