diff options
author | Steve Chamberlain <sac@cygnus> | 1993-08-02 21:19:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-08-02 21:19:38 +0000 |
commit | f412eb92fe439d5dc893c6ab7eb352500b6d243c (patch) | |
tree | d9e7a5100c234089031dbc5bfc34115dd35c7ecb /sim | |
parent | ac88287fa27d888ae298e08d2572bc966887d8e0 (diff) | |
download | gdb-f412eb92fe439d5dc893c6ab7eb352500b6d243c.zip gdb-f412eb92fe439d5dc893c6ab7eb352500b6d243c.tar.gz gdb-f412eb92fe439d5dc893c6ab7eb352500b6d243c.tar.bz2 |
Configure for h8300h too.
Diffstat (limited to 'sim')
-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 ;; |