summaryrefslogtreecommitdiff
path: root/sim/or1k/configure.ac
blob: c72c80c5f47ac9d3df7df49f4437419843864ce2 (plain)
1
2
3
4
5
6
7
8
9
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])

SIM_AC_OPTION_BITSIZE([32], [31], [32])
SIM_AC_OPTION_SCACHE(16384)
SIM_AC_OPTION_DEFAULT_MODEL([or1200])

SIM_AC_OUTPUT