]> Git Repo - binutils.git/blobdiff - sim/mips/configure.in
* configure configure.in Makefile.in: Update to new configure
[binutils.git] / sim / mips / configure.in
index a27b1e306522d56cb4c169ec7d8a235fe9e28bd5..638c58ced3e952dfaa8b6bc826a9aec94c7fec24 100644 (file)
@@ -1,4 +1,4 @@
-dnl Process this file with autoconf to produce a configure script.
+dnl Process this file with `autoconf -l ../common' to produce a configure script.
 AC_PREREQ(2.5)dnl
 AC_INIT(Makefile.in)
 
@@ -7,6 +7,7 @@ SIM_AC_COMMON
 # Ensure a reasonable default simulator is constructed:
 case "${target}" in
   mips64*-*-*)          SIMCONF="-mips0 --warnings";;
+  mips16*-*-*)          SIMCONF="-mips0 --warnings";;
   mips*-*-*)            SIMCONF="-mips2 --warnings";;
   *)                    SIMCONF="-mips0 --warnings";;
 esac
This page took 0.022757 seconds and 4 git commands to generate.