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-ibm-aix*) my_host=rs6000
16 hppa*-hp-hpux) my_host=hppahpux
18 hppa*-hp-bsd) my_host=hppabsd
20 mips-dec-ultrix*) my_host=decstation
22 mips-sgi-irix3*) my_host=irix3
24 mips-sgi-irix4*) my_host=irix4
26 m88k-motorola-*) my_host=delta88
28 m88k-dg-dgux*) my_host=dgux
30 m68k-cbm-amigados) my_host=amigados
32 m68k-cbm-svr4) my_host=amix
34 m68k-hp-hpux) my_host=hp9000 # FIXME this should 9000/xxx
36 m68k-hp-bsd) my_host=hp300bsd
38 m68k-apollo*-sysv*) my_host=apollov68
40 m68k-apollo*-bsd*) my_host=apollo68
42 m68k-sony-*) my_host=news
44 m68k-sun-sunos*) my_host=sun3
46 i386-go32-*) my_host=go32
48 i386-*-sysv) my_host=i386v
50 i386-*-isc) my_host=isc
52 i386-*-mach) my_host=i386mach
54 i386-*-bsd) my_host=i386-aout
56 i386-*-msdos) my_host=dose
58 sparc-sun-sunos64) my_host=sparc-ll
60 sparc-sun-sunos4*) my_host=sparc
62 sparc-sun-solaris2) my_host=solaris2
64 romp-*-*) my_host=rtbsd
66 a29k-*-*) my_host=ultra3
68 tahoe-*-*) my_host=tahoe
70 vax-dec-ultrix*) my_host=vaxult
72 vax-dec-bsd*) my_host=vaxbsd
76 # Set up to make a link between the host's include file and "sysdep.h".
77 files="../bfd/hosts/${my_host}.h"
80 if [ ! -f ${srcdir}/${files} ] ; then
81 if [ -n "${my_host}" ] ; then
82 echo '***' No file ${srcdir}/${files} 1>&2
84 echo '***' ${srcname} does not support host ${host} 1>&2
90 if [ -f ${srcdir}/config/${my_host}.mh ] ; then
91 host_makefile_frag=config/${my_host}.mh
98 sparc-sun-sunos4*) my_target=sun4
100 m68k-sun-sunos4*) my_target=sun3
102 sparclite-fujitsu-*) my_target=sun4
104 i960-wrs-vxworks*) my_target=vxworks960
106 m68k-wrs-vxworks*) my_target=vxworks68
108 m680[01234]0-wrs-vxworks*) my_target=vxworks68
110 m683?2-wrs-vxworks*) my_target=vxworks68
112 sparc-wrs-vxworks*) my_target=vxsparc
114 m68k-ericsson-ose) my_target=ose68
116 *-tandem-none) my_target=st2000 # FIXME needs better name
118 i386-go32-*) my_target=go32
120 i386-*-coff) my_target=i386-coff
122 m88k-*-*) my_target=m88k-bcs
124 a29k-*-udi) my_target=sa29200
126 a29k-*-ebmon) my_target=ebmon29k
128 a29k-*-*) my_target=coff-a29k
130 h8300-*-hms) my_target=coff-h8300
132 h8300-*-xray) my_target=ieee-h8300
134 m68k-sony-*) my_target=news
136 m68k-hp-bsd*) my_target=hp300bsd
138 m68*-*-aout) my_target=m68k
140 m68*-*-coff) my_target=m68k-coff
142 m68*-*-*) echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2
145 *-*-aout) my_target=${target_cpu}-${target_vendor}
147 *-*-coff) my_target=${target_cpu}-${target_vendor}
153 target_makefile_frag=config/${my_target}.mt