diff options
Diffstat (limited to 'sim/cris/configure.ac')
-rw-r--r-- | sim/cris/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cris/configure.ac b/sim/cris/configure.ac index 2ac3266..12e0023 100644 --- a/sim/cris/configure.ac +++ b/sim/cris/configure.ac @@ -10,7 +10,7 @@ AC_CHECK_HEADERS(sys/socket.h sys/select.h limits.h sys/param.h) SIM_AC_OPTION_ENDIAN(LITTLE) SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT) SIM_AC_OPTION_SCACHE(16384) -SIM_AC_OPTION_WARNINGS +SIM_AC_OPTION_WARNINGS(no) SIM_AC_OPTION_HARDWARE(yes,,rv cris cris_900000xx) # The default model shouldn't matter as long as there's a BFD. |