-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)
# 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