sim: common: split up acinclude.m4 into individual m4 files
[deliverable/binutils-gdb.git] / sim / or1k / configure.ac
CommitLineData
fa8b7c21 1dnl Process this file with autoconf to produce a configure script.
fa8b7c21 2AC_INIT(Makefile.in)
760b3e8b 3AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
fa8b7c21
SH
4
5SIM_AC_COMMON
6
7SIM_AC_OPTION_ENDIAN(BIG)
8SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
9SIM_AC_OPTION_BITSIZE([32], [31], [32])
10SIM_AC_OPTION_SCACHE(16384)
11SIM_AC_OPTION_DEFAULT_MODEL([or1200])
5c1008a4 12SIM_AC_OPTION_WARNINGS(no)
fa8b7c21 13SIM_AC_OPTION_ENVIRONMENT
fa8b7c21
SH
14SIM_AC_OPTION_CGEN_MAINT
15
16SIM_AC_OUTPUT
This page took 0.206733 seconds and 4 git commands to generate.