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.
11 . ${srcdir}/../bfd/configure.host
13 # Set up to make a link between the host's include file and "sysdep.h".
14 files="../bfd/hosts/${my_host}.h"
19 i386-*-*) my_target=i386 ;;
20 sparc-*-*) my_target=sparc ;;
21 tahoe-*-*) my_target=tahoe ;;
22 vax-*-*) my_target=vax ;;
23 *-*-*) my_target=dummy ;;
26 target_makefile_frag=config/mt-${my_target}
27 if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then