diff options
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.in b/sim/configure.in index 1077761..7ac1f37 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -19,7 +19,7 @@ target_dependent=true # convention, else the table becomes a real mess to understand and maintain. case "${target}" in - h8300-*-*) sim_target=h8300 ;; + h8300*-*-*) sim_target=h8300 ;; h8500-*-*) sim_target=h8500 ;; z8k*-*-*) sim_target=z8k ;; sh*-*-*) sim_target=sh ;; |