
For the ports that still don't build with -Werror, rather than disable the flag at configure time, do it at make time. This will allow us to unify these tests in the common sim configure script.
12 lines
306 B
Text
12 lines
306 B
Text
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(Makefile.in)
|
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
|
|
|
SIM_AC_COMMON
|
|
|
|
SIM_AC_OPTION_SCACHE(16384)
|
|
SIM_AC_OPTION_DEFAULT_MODEL(lm32)
|
|
SIM_AC_OPTION_CGEN_MAINT
|
|
SIM_AC_OPTION_HARDWARE(lm32cpu lm32timer lm32uart)
|
|
|
|
SIM_AC_OUTPUT
|