2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 783379f933ac780d800eb5411e85bbda1e79cad6..de1b676e5fa22a1586577c5d77af5099eff8ffd4 100644 (file)
@@ -35,6 +35,7 @@ case ${cpu} in
   arm*)                        cpu_type=arm endian=little ;;
   bfin*)               cpu_type=bfin endian=little ;;
   c4x*)                        cpu_type=tic4x ;;
+  cr16*)               cpu_type=cr16 endian=little ;;
   crisv32)             cpu_type=cris arch=crisv32 ;;
   crx*)                        cpu_type=crx endian=little ;;
   fido)                        cpu_type=m68k ;;
@@ -113,7 +114,7 @@ case ${generic_target} in
   arm-*-linux*aout*)                   fmt=aout em=linux ;;
   arm-*-linux-*eabi*)                  fmt=elf  em=armlinuxeabi ;;
   arm-*-linux-*)                       fmt=elf  em=linux ;;
-  arm-*-uclinux-*eabi*)                        fmt=elf  em=armlinuxeabi ;;
+  arm-*-uclinux*eabi*)                 fmt=elf  em=armlinuxeabi ;;
   arm-*-uclinux*)                      fmt=elf  em=linux ;;
   arm-*-netbsdelf*)                    fmt=elf  em=nbsd ;;
   arm-*-*n*bsd*)                       fmt=aout em=nbsd ;;
@@ -126,6 +127,7 @@ case ${generic_target} in
   avr-*-*)                             fmt=elf bfd_gas=yes ;;
   bfin-*-*)                            fmt=elf bfd_gas=yes ;;
   bfin-*elf)                           fmt=elf ;;
+  cr16-*-elf*)                         fmt=elf ;;
 
   cris-*-linux-* | crisv32-*-linux-*)
                                        fmt=multi em=linux ;;
@@ -196,7 +198,7 @@ case ${generic_target} in
   i386-*-freebsdaout*)                 fmt=aout em=386bsd ;;
   i386-*-freebsd[12].*)                        fmt=aout em=386bsd ;;
   i386-*-freebsd[12])                  fmt=aout em=386bsd ;;
-  i386-*-freebsd* | i386-*-kfreebsd*-gnu)
+  i386-*-freebsd* | i386-*-kfreebsd*-gnu | i386-*-dragonfly*)
                                        fmt=elf em=freebsd ;;
   i386-*-sysv*)                                fmt=coff ;;
   i386-*-sco3.2v5*coff)                        fmt=coff ;;
@@ -337,7 +339,7 @@ case ${generic_target} in
   sh64*-*-netbsd*)                     fmt=elf em=nbsd ;;
   sh*-*-netbsdelf*)                    fmt=elf em=nbsd ;;
   sh*-*-symbianelf*)                   fmt=elf endian=little ;;
-  sh-*-elf*)                           fmt=elf ;;
+  sh-*-elf* | sh-*-uclinux* | sh[12]-*-uclinux*)       fmt=elf ;;
   sh-*-coff*)                          fmt=coff ;;
   sh-*-nto*)                           fmt=elf ;;
   sh-*-pe*)                            fmt=coff em=pe bfd_gas=yes endian=little ;;
This page took 0.032078 seconds and 4 git commands to generate.