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.
13 rs6000) my_host=rs6000
17 case "${host_vendor}" in
20 hpux) my_host=hppahpux ;;
21 bsd) my_host=hppabsd ;;
27 case "${host_vendor}" in
28 dec) my_host=decstation ;;
34 case "${host_vendor}" in
46 case "${host_vendor}" in
49 amigados) my_host=amigados ;;
55 hpux) my_host=hp9000 ;;
56 bsd) my_host=hp300bsd ;;
63 sysv*) my_host=apollov68 ;;
64 bsd*) my_host=apollo68 ;;
71 case "${host_vendor}" in
75 sco*) my_host=i386v ;;
76 sysv) my_host=i386v ;;
77 mach) my_host=i386mach ;;
78 msdos) my_host=dose ;;
86 sunos64) my_host=sparc-ll ;;
103 ultrix) my_host=vaxult ;;
109 # Set up to make a link between the host's include file and "sysdep.h".
110 files="../bfd/hosts/${my_host}.h"
114 if [ ! -f ${srcdir}/${files} ] ; then
115 if [ -n "${my_host}" ] ; then
116 echo '***' No file ${srcdir}/${files} 1>&2
118 echo '***' ${srcname} does not support host ${host} 1>&2
123 if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
124 host_makefile_frag=../bfd/config/${my_host}.mh