old-cross-binutils/sim/configure.in
Steve Chamberlain d32033ad35 Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
* Makefile.in: Support ARM.
	* configure.in: Ditto.
1995-05-24 21:49:24 +00:00

39 lines
1 KiB
Text

# 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.
configdirs="arm h8300 z8k h8500 sh w65"
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
h8300*-*-*) sim_target=h8300 ;;
arm*-*-*) sim_target=arm ;;
h8500-*-*) sim_target=h8500 ;;
z8k*-*-*) sim_target=z8k ;;
sh*-*-*) sim_target=sh ;;
w65-*-*) sim_target=w65 ;;
*) sim_target=none ;;
esac
configdirs=${sim_target}
if [ ! -f ${srcdir}/${sim_target}/${sim_target}.mt ] ; then
target_makefile_frag=
else
target_makefile_frag=${sim_target}/${sim_target}.mt
fi
# post-target: