17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
|
dnl Process this file with autoconf to produce a configure script.
|
||
|
AC_INIT(Makefile.in)
|
||
|
sinclude(../common/acinclude.m4)
|
||
|
|
||
|
SIM_AC_COMMON
|
||
|
|
||
|
SIM_AC_OPTION_ENDIAN(BIG)
|
||
|
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
|
||
|
SIM_AC_OPTION_BITSIZE([32], [31], [32])
|
||
|
SIM_AC_OPTION_SCACHE(16384)
|
||
|
SIM_AC_OPTION_DEFAULT_MODEL([or1200])
|
||
|
SIM_AC_OPTION_ENVIRONMENT
|
||
|
SIM_AC_OPTION_INLINE()
|
||
|
SIM_AC_OPTION_CGEN_MAINT
|
||
|
|
||
|
SIM_AC_OUTPUT
|