From f412eb92fe439d5dc893c6ab7eb352500b6d243c Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 2 Aug 1993 21:19:38 +0000 Subject: Configure for h8300h too. --- sim/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim') 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 ;; -- cgit v1.1