Add sparc64-rtems.
[binutils-gdb.git] / gas / configure.tgt
index 23d86623050e20967a64c1b34a448920b1fef0c0..c05a64a238267b4283537366a348e7dfe1254f69 100644 (file)
@@ -45,7 +45,7 @@ case ${cpu} in
   ip2k)                        cpu_type=ip2k endian=big ;; 
   iq2000)              cpu_type=iq2000 endian=big ;; 
   lm32)                        cpu_type=lm32 ;;
-  m32c)                        cpu_type=m32c endian=big ;;
+  m32c)                        cpu_type=m32c endian=little ;;
   m32r)                        cpu_type=m32r endian=big ;;
   m32rle)              cpu_type=m32r endian=little ;;
   m5200)               cpu_type=m68k ;;
@@ -53,7 +53,6 @@ case ${cpu} in
   m680[012346]0)       cpu_type=m68k ;;
   m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
   m683??)              cpu_type=m68k ;;
-  maxq)                        cpu_type=maxq ;;
   mep)                 cpu_type=mep endian=little ;;
   microblaze*)         cpu_type=microblaze ;;
   mips*el)             cpu_type=mips endian=little ;;
@@ -260,6 +259,7 @@ case ${generic_target} in
   m68hc11-*-* | m6811-*-*)             fmt=elf ;;
   m68hc12-*-* | m6812-*-*)             fmt=elf ;;
 
+  m68k-*-aout)                         fmt=aout bfd_gas=yes ;;
   m68k-*-elf*)                         fmt=elf ;;
   m68k-*-sysv4*)                       fmt=elf em=svr4 ;;
   m68k-*-rtems*)                       fmt=elf ;;
@@ -271,8 +271,6 @@ case ${generic_target} in
   m68k-*-openbsd*)                     fmt=aout em=nbsd bfd_gas=yes ;;
   m68k-*-psos*)                                fmt=elf em=psos;;
 
-  maxq-*-coff)                         fmt=coff bfd_gas=yes ;;
-
   mep-*-elf)                           fmt=elf ;;
 
   mcore-*-elf)                         fmt=elf ;;
@@ -360,7 +358,8 @@ case ${generic_target} in
       *)       endian=big ;;
     esac ;;
   sh*-*-symbianelf*)                   fmt=elf endian=little ;;
-  sh-*-elf* | sh-*-uclinux* | sh[12]-*-uclinux*)       fmt=elf ;;
+  sh-*-elf*)                           fmt=elf ;;
+  sh-*-uclinux* | sh[12]-*-uclinux*)   fmt=elf em=uclinux ;;
   sh-*-coff*)                          fmt=coff ;;
   sh-*-nto*)                           fmt=elf ;;
   sh-*-pe*)                            fmt=coff em=pe bfd_gas=yes endian=little ;;
@@ -370,6 +369,7 @@ case ${generic_target} in
   shle*-*-kaos*)                       fmt=elf ;;
   sh64-*-elf*)                         fmt=elf ;;
 
+  sparc64-*-rtems*)                    fmt=elf ;;
   sparc-*-rtems*)                      fmt=elf ;;
   sparc-*-sunos4*)                     fmt=aout em=sun3 ;;
   sparc-*-aout)                                fmt=aout em=sparcaout ;;
@@ -402,9 +402,7 @@ case ${generic_target} in
   tic54x-*-* | c54x*-*-*)              fmt=coff bfd_gas=yes need_libm=yes;;
   tic6x-*-*)                           fmt=elf ;;
 
-  v850-*-*)                            fmt=elf ;;
-  v850e-*-*)                           fmt=elf ;;
-  v850ea-*-*)                          fmt=elf ;;
+  v850*-*-*)                           fmt=elf ;;
 
   vax-*-netbsdelf*)                    fmt=elf em=nbsd ;;
   vax-*-linux-*)                       fmt=elf em=linux ;;