aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/configure.tgt1
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6558c7c..d69d4e2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2018-01-26 Maciej W. Rozycki <macro@mips.com>
+ * configure.tgt: Use generic emulation for `mips-*-windiss',
+ overriding the blanket choice made for `*-*-windiss'.
+
+2018-01-26 Maciej W. Rozycki <macro@mips.com>
+
* configure.tgt: Use `mips-*-sysv4*' rather than
`mips-*-sysv4*MP*'.
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 12bd9b2..6455fbb 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -351,6 +351,7 @@ case ${generic_target} in
mips-*-elf*) fmt=elf ;;
mips-*-netbsd*) fmt=elf em=tmips ;;
mips-*-openbsd*) fmt=elf em=tmips ;;
+ mips-*-windiss) fmt=elf ;;
mmix-*-*) fmt=elf ;;