]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/configure.in
* stabs.c (aout_process_stab): Make global.
[thirdparty/binutils-gdb.git] / gas / configure.in
index 10430db6c9bcd3a65af878b5a2929b2da2ca03ed..895b425032da47691c7bc8dd7eb7359c0f4d0895 100644 (file)
@@ -676,12 +676,12 @@ for em in . $emulations ; do
        fmt=elf   file=mipself ;;
     mipsbecoff | mipslecoff)
        fmt=ecoff file=mipsecoff ;;
-    i386aout)
-       fmt=aout  file=i386aout ;;
-    i386coff)
-       fmt=coff  file=i386coff ;;
-    i386elf)
-       fmt=elf   file=i386elf ;;
+    *coff)
+       fmt=coff  file=$em ;;
+    *aout)
+       fmt=aout file=$em ;;
+    *elf)
+       fmt=elf file=$em ;;
   esac
   formats="$formats $fmt"
   emfiles="$emfiles e-$file.o"