diff options
Diffstat (limited to 'sim/or1k/configure.ac')
-rw-r--r-- | sim/or1k/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/or1k/configure.ac b/sim/or1k/configure.ac index aa7c400..19a1da3 100644 --- a/sim/or1k/configure.ac +++ b/sim/or1k/configure.ac @@ -9,6 +9,7 @@ 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_WARNINGS(no) SIM_AC_OPTION_ENVIRONMENT SIM_AC_OPTION_INLINE() SIM_AC_OPTION_CGEN_MAINT |