]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - sim/lm32/configure.ac
Warn when a script redefines a symbol
[thirdparty/binutils-gdb.git] / sim / lm32 / configure.ac
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Makefile.in)
3AC_CONFIG_MACRO_DIRS([../common ../.. ../../config])
4
5SIM_AC_COMMON
6
7SIM_AC_OPTION_ENDIAN(BIG)
8SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
9SIM_AC_OPTION_SCACHE(16384)
10SIM_AC_OPTION_DEFAULT_MODEL(lm32)
11SIM_AC_OPTION_WARNINGS(no)
12SIM_AC_OPTION_CGEN_MAINT
13SIM_AC_OPTION_HARDWARE(yes,,lm32cpu lm32timer lm32uart)
14
15SIM_AC_OUTPUT