1 # This file is a shell script fragment that supplies the information
2 # necessary to tailor a template configure script into the configure
3 # script appropriate for this directory. For more information, check
4 # any existing configure script.
14 rs6000) my_host=rs6000
18 case "${host_vendor}" in
19 dec) my_host=decstation ;;
25 case "${host_vendor}" in
37 case "${host_vendor}" in
40 amigados) my_host=amigados ;;
46 hpux) my_host=hp9000 ;;
47 bsd) my_host=hp300bsd ;;
52 sysv*) my_host=apollov68 ;;
53 bsd*) my_host=apollo68;;
62 case "${host_vendor}" in
66 sysv) my_host=i386v ;;
67 mach) my_host=i386mach ;;
68 bsd) my_host=i386-aout ;;
69 msdos) my_host=dose ;;
77 sunos64) my_host=sparc-ll ;;
94 ultrix) my_host=vaxult ;;
100 # Set up to make a link between the host's include file and "sysdep.h".
101 files="../bfd/hosts/${my_host}.h"
104 if [ ! -f ${srcdir}/${files} ] ; then
105 if [ -n "${my_host}" ] ; then
106 echo '***' No file ${srcdir}/${files}
108 echo '***' ${srcname} does not support host ${host}
112 if [ -f ${srcdir}/config/${my_host}.mh ] ; then
113 host_makefile_frag=config/${my_host}.mh
118 case ${target_vendor} in
119 aout | coff) my_target=${target_cpu}-${target_vendor} ;;
121 case ${target_cpu} in
122 sparc) my_target=sun4 ;;
123 m68k) my_target=sun3 ;;
127 case ${target_cpu} in
128 i960) my_target=vxworks960 ;;
129 m68k) my_target=vxworks68;;
136 case ${target_cpu} in
137 i386) my_target=go32 ;;
138 m88k) my_target=m88k-bcs ;;
139 a29k) case ${target_os} in
140 ebmon) my_target=ebmon29k ;;
141 *) my_target=coff-a29k ;;
144 h8300) case ${target_os} in
145 hms) my_target=coff-h8300 ;;
146 xray) my_target=ieee-h8300 ;;
150 case ${target_vendor} in
151 sony) my_target=news ;;
152 hp) my_target=hp300bsd ;;
154 wrs) my_target=sun3 ;;
156 echo "Unknown m68k target vendor:" ${target_vendor}
165 target_makefile_frag=config/${my_target}.mt