Thu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / sim / configure.in
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
6 configdirs="h8300 z8k"
7 srctrigger=Makefile.in
8 srcname="sim"
9 target_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
21 case "${target}" in
22 h8300-*-*) sim_target=h8300 ;;
23 z8k*-*-*) sim_target=z8k ;;
24 esac
25
26 configdirs=${sim_target}
27
28 if [ ! -f ${srcdir}/${sim_target}/${sim_target}.mt ] ; then
29 if [ -n "${sim_target}" ] ; then
30 echo '***' No file ${srcdir}/${sim_target}/${sim_target}.mt 1>&2
31 fi
32 echo '***' The simulator does not support target ${target} 1>&2
33 else
34 target_makefile_frag=${sim_target}/${sim_target}.mt
35 fi
36 # post-target:
37
This page took 0.035094 seconds and 4 git commands to generate.