binutils-gdb/sim/configure.in

38 lines
977 B
Plaintext
Raw Normal View History

1993-02-04 01:22:22 +01:00
# This file is a shell script that supplies the information necessary
# to tailor a template configure script into the configure script
# appropriate for this directory. For more information, check any
# existing configure script.
1993-04-27 04:20:07 +02:00
configdirs="h8300 z8k h8500 sh"
1993-02-04 01:22:22 +01:00
srctrigger=Makefile.in
srcname="sim"
target_dependent=true
# per-host:
# per-target:
# WHEN ADDING ENTRIES TO THIS MATRIX:
# Make sure that the left side always has two dashes. Otherwise you
# can get spurious matches. Even for unambiguous cases, do this as a
# convention, else the table becomes a real mess to understand and maintain.
case "${target}" in
1993-08-02 23:19:38 +02:00
h8300*-*-*) sim_target=h8300 ;;
h8500-*-*) sim_target=h8500 ;;
1993-02-04 01:22:22 +01:00
z8k*-*-*) sim_target=z8k ;;
1993-04-27 04:20:07 +02:00
sh*-*-*) sim_target=sh ;;
*) sim_target=none ;;
1993-02-04 01:22:22 +01:00
esac
configdirs=${sim_target}
if [ ! -f ${srcdir}/${sim_target}/${sim_target}.mt ] ; then
target_makefile_frag=
1993-02-04 01:22:22 +01:00
else
target_makefile_frag=${sim_target}/${sim_target}.mt
fi
# post-target: