diff options
Diffstat (limited to 'sim/mn10300/configure.ac')
-rw-r--r-- | sim/mn10300/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/configure.ac b/sim/mn10300/configure.ac index f8b8ef8..55aec73 100644 --- a/sim/mn10300/configure.ac +++ b/sim/mn10300/configure.ac @@ -9,6 +9,6 @@ SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT) SIM_AC_OPTION_WARNINGS(no) SIM_AC_OPTION_RESERVED_BITS SIM_AC_OPTION_BITSIZE(32,31) -SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int mn103tim mn103ser mn103iop) +SIM_AC_OPTION_HARDWARE(mn103cpu mn103int mn103tim mn103ser mn103iop) SIM_AC_OUTPUT |