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
21 hpux) my_host=hppahpux ;;
22 bsd) my_host=hppabsd ;;
29 case "${host_vendor}" in
30 dec) my_host=decstation ;;
35 case "${host_vendor}" in
47 case "${host_vendor}" in
50 amigados) my_host=amigados ;;
56 hpux) my_host=hp9000 ;;
57 bsd) my_host=hp300bsd ;;
62 sysv*) my_host=apollov68 ;;
63 bsd*) my_host=apollo68;;
72 case "${host_vendor}" in
76 sysv) my_host=i386v ;;
77 mach) my_host=i386mach ;;
78 bsd) my_host=i386-aout ;;
79 msdos) my_host=dose ;;
87 sunos64) my_host=sparc-ll ;;
104 ultrix) my_host=vaxult ;;
110 # Set up to make a link between the host's include file and "sysdep.h".
111 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
122 if [ -f ${srcdir}/config/${my_host}.mh ] ; then
123 host_makefile_frag=config/${my_host}.mh
128 case ${target_vendor} in
129 aout | coff) my_target=${target_cpu}-${target_vendor} ;;
131 case ${target_cpu} in
132 sparc) my_target=sun4 ;;
133 m68k) my_target=sun3 ;;
137 case ${target_cpu} in
138 i960) my_target=vxworks960 ;;
139 m68k) my_target=vxworks68;;
140 m680[01234]0) my_target=vxworks68;;
141 m683?2) my_target=vxworks68;;
142 sparc) my_target=vxsparc;;
145 ericsson) my_target=ose68 ;;
146 tandem) my_target=st2000 ;;
148 case ${target_cpu} in
149 i386) my_target=go32 ;;
150 m88k) my_target=m88k-bcs ;;
151 a29k) case ${target_os} in
152 udi) my_target=sa29200 ;;
153 ebmon) my_target=ebmon29k ;;
154 *) my_target=coff-a29k ;;
157 h8300) case ${target_os} in
158 hms) my_target=coff-h8300 ;;
159 xray) my_target=ieee-h8300 ;;
163 case ${target_vendor} in
164 sony) my_target=news ;;
165 hp) my_target=hp300bsd ;;
167 case "${target_os}" in
168 aout) my_target=m68k-aout ;;
169 coff) my_target=m68k-coff ;;
170 *) echo "Unknown m68k target vendor:" ${target_vendor} 1>&2
181 target_makefile_frag=config/${my_target}.mt