gdb: defer commit resume until all available events are consumed
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 6316593ebd6c8dda9a47215a31844ba6978a7b72..337249597c5c41b73f675db6d3a53804d55ec712 100644 (file)
@@ -220,10 +220,6 @@ case ${generic_target} in
   i386-*-elf*)                         fmt=elf ;;
   i386-*-fuchsia*)                     fmt=elf ;;
   i386-*-bsd*)                         fmt=aout em=386bsd ;;
-  i386-*-nacl*)                                fmt=elf em=nacl
-    case ${cpu} in
-      x86_64*)                         arch=x86_64:32 ;;
-    esac ;;
   i386-*-netbsdpe*)                    fmt=coff em=pe ;;
   i386-*-netbsd*-gnu* | \
   i386-*-knetbsd*-gnu | \
@@ -386,7 +382,7 @@ case ${generic_target} in
   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 ;;
+  sh-*-pe*)                            fmt=coff em=pe endian=little ;;
   sh-*-kaos*)                          fmt=elf ;;
   shle*-*-kaos*)                       fmt=elf ;;
 
@@ -437,7 +433,8 @@ case ${generic_target} in
 esac
 
 case ${cpu_type} in
-  aarch64 | alpha | arm | csky | i386 | ia64 | microblaze | mips | ns32k | or1k | or1knd | pdp11 | ppc | riscv | sparc | z80 | z8k)
+  aarch64 | alpha | arm | csky | i386 | ia64 | microblaze | mips | ns32k | \
+  or1k | or1knd | pdp11 | ppc | riscv | sh | sparc | z80 | z8k)
     bfd_gas=yes
     ;;
 esac
This page took 0.024324 seconds and 4 git commands to generate.