aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure
index 98e4c4a..2a890e6 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4694,7 +4694,7 @@ _ACEOF
fi
;;
- ms1)
+ mt)
using_cgen=yes
;;
@@ -4812,6 +4812,7 @@ esac
cgen_cpu_prefix=""
if test $using_cgen = yes ; then
case ${target_cpu} in
+ mt) cgen_cpu_prefix=ms1 ;;
*) cgen_cpu_prefix=${target_cpu} ;;
esac