Unsanitize SH3 support.
[deliverable/binutils-gdb.git] / sim / configure.in
CommitLineData
b0c9f026
SC
1# This file is a shell script that supplies the information necessary
2# to tailor a template configure script into the configure script
3# appropriate for this directory. For more information, check any
4# existing configure script.
5
d32033ad 6configdirs="arm h8300 z8k h8500 sh w65"
b0c9f026
SC
7srctrigger=Makefile.in
8srcname="sim"
9target_dependent=true
10
11# per-host:
12
13
14# per-target:
15
16# WHEN ADDING ENTRIES TO THIS MATRIX:
17# Make sure that the left side always has two dashes. Otherwise you
18# can get spurious matches. Even for unambiguous cases, do this as a
19# convention, else the table becomes a real mess to understand and maintain.
20
21case "${target}" in
f412eb92 22 h8300*-*-*) sim_target=h8300 ;;
d32033ad 23 arm*-*-*) sim_target=arm ;;
47dba87a 24 h8500-*-*) sim_target=h8500 ;;
b0c9f026 25 z8k*-*-*) sim_target=z8k ;;
6c19c2ef
SC
26 sh*-*-*) sim_target=sh ;;
27 w65-*-*) sim_target=w65 ;;
47dba87a 28 *) sim_target=none ;;
b0c9f026
SC
29esac
30
31configdirs=${sim_target}
32
33if [ ! -f ${srcdir}/${sim_target}/${sim_target}.mt ] ; then
47dba87a 34target_makefile_frag=
b0c9f026
SC
35else
36target_makefile_frag=${sim_target}/${sim_target}.mt
37fi
38# post-target:
39
This page took 0.100134 seconds and 4 git commands to generate.