From: Steve Chamberlain Date: Mon, 2 Aug 1993 21:19:38 +0000 (+0000) Subject: Configure for h8300h too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f412eb92fe439d5dc893c6ab7eb352500b6d243c;p=binutils-gdb.git Configure for h8300h too. --- diff --git a/sim/configure.in b/sim/configure.in index 10777615c6f..7ac1f375c21 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 ;;