1999-01-31 17:57:31 1998 Michael Meissner <meissner@cygnus.com>
[external/binutils.git] / ld / configure.tgt
1 # This is the linker target specific file.  This is invoked by the
2 # autoconf generated configure script.  Putting it in a separate shell
3 # file lets us skip running autoconf when modifying target specific
4 # information.
5
6 # This file switches on the shell variable ${targ}, and sets the
7 # following shell variables:
8 #  targ_emul            name of linker emulation to use
9 #  targ_extra_emuls     additional linker emulations to provide
10 #  targ_extra_ofiles    additional objects needed by the emulation
11
12 targ_extra_emuls=
13 targ_extra_ofiles=
14
15 case "${targ}" in
16 arm-*-pe)               targ_emul=armpe ;;
17 arc-*-elf*)             targ_emul=arcelf ;;
18 d10v-*-*)               targ_emul=d10velf ;;
19 d30v-*-*ext*)           targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
20 d30v-*-*onchip*)        targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
21 d30v-*-*)               targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o" ;;
22 sparc64-*-aout*)        targ_emul=sparcaout ;;
23 sparc64-*-elf*)         targ_emul=elf64_sparc ;;
24 sparc-sun-sunos4*)      targ_emul=sun4 ;;
25 sparclite*-*-elf)       targ_emul=elf32_sparc ;;
26 sparclite*-*-coff)      targ_emul=coff_sparc ;;
27 sparclite*-fujitsu-*)   targ_emul=sparcaout ;;
28 sparc*-*-aout)          targ_emul=sparcaout ;;
29 sparc*-*-coff)          targ_emul=coff_sparc ;;
30 sparc*-*-elf)           targ_emul=elf32_sparc ;;
31 sparc*-*-sysv4*)        targ_emul=elf32_sparc ;;
32 sparc*-*-linux*aout*)   targ_emul=sparclinux
33                         targ_extra_emuls="elf32_sparc sun4"
34                         tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
35                         tdir_sun4=sparc-sun-sunos4
36                         ;;
37 sparc64-*-linux-gnu*)   targ_emul=elf64_sparc
38                         targ_extra_emuls="elf32_sparc sparclinux sun4"
39                         tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
40                         tdir_sparclinux=${tdir_elf32_sparc}aout
41                         tdir_sun4=sparc-sun-sunos4
42                         ;;
43 sparc*-*-linux-gnu*)    targ_emul=elf32_sparc
44                         targ_extra_emuls="sparclinux sun4"
45                         tdir_sparclinux=${targ_alias}aout
46                         tdir_sun4=sparc-sun-sunos4
47                         ;;
48 sparc*-*-lynxos*)       targ_emul=sparclynx ;;
49 sparc*-*-netbsd*)       targ_emul=sparcnbsd ;;
50 sparc*-*-solaris2*)     targ_emul=elf32_sparc ;;
51 sparc*-wrs-vxworks*)    targ_emul=sparcaout ;;
52 sparc*-*-rtems*)        targ_emul=sparcaout ;;
53 i960-wrs-vxworks5.0*)   targ_emul=gld960 ;;
54 i960-wrs-vxworks5*)     targ_emul=gld960coff ;;
55 i960-wrs-vxworks*)      targ_emul=gld960 ;;
56 i960-*-coff)            targ_emul=gld960coff ;;
57 i960-intel-nindy)       targ_emul=gld960 ;;
58 i960-*-rtems*)          targ_emul=gld960coff ;;
59 m32r-*-*)               targ_emul=m32relf ;;
60 m68*-sun-sunos[34]*)    targ_emul=sun3 ;;
61 m68*-wrs-vxworks*)      targ_emul=sun3 ;;
62 m68*-ericsson-ose)      targ_emul=sun3 ;;
63 m68*-apple-aux*)        targ_emul=m68kaux ;;
64 *-tandem-none)          targ_emul=st2000 ;;
65 i[3456]86-*-vsta)       targ_emul=vsta ;;
66 i[3456]86-go32-rtems*)  targ_emul=i386go32 ;;
67 i[3456]86-*-go32)       targ_emul=i386go32 ;;
68 i[3456]86-*-msdosdjgpp*) targ_emul=i386go32 ;;
69 i[3456]86-*-aix*)       targ_emul=i386coff ;;
70 i[3456]86-*-sco*)       targ_emul=i386coff ;;
71 i[3456]86-*-isc*)       targ_emul=i386coff ;;
72 i[3456]86-*-lynxos*)    targ_emul=i386lynx ;;
73 i[3456]86-*-coff)       targ_emul=i386coff ;;
74 i[3456]86-*-rtems*)     targ_emul=i386coff ;;
75 i[3456]86-*-bsd)        targ_emul=i386bsd ;;
76 i[3456]86-*-bsd386)     targ_emul=i386bsd ;;
77 i[3456]86-*-bsdi*)      targ_emul=i386bsd ;;
78 i[3456]86-*-aout)       targ_emul=i386aout ;;
79 i[3456]86-*-linux*aout*)        targ_emul=i386linux
80                         targ_extra_emuls=elf_i386
81                         tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
82                         ;;
83 i[3456]86-*-linuxoldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
84 i[3456]86-*-linux-gnu*) targ_emul=elf_i386
85                         targ_extra_emuls=i386linux
86                         tdir_i386linux=${targ_alias}aout
87                         ;;
88 i[3456]86-*-sysv4*)     targ_emul=elf_i386 ;;
89 i[3456]86-*-solaris2*)  targ_emul=elf_i386 ;;
90 i[3456]86-*-unixware)   targ_emul=elf_i386 ;;
91 i[3456]86-*-solaris*)   targ_emul=elf_i386 ;;
92 i[3456]86-*-netbsd*)    targ_emul=i386nbsd ;;
93 i[3456]86-*-netware)    targ_emul=i386nw ;;
94 i[3456]86-*-elf*)       targ_emul=elf_i386 ;;
95 i[3456]86-*-freebsdelf*) targ_emul=elf_i386 ;;
96 i[3456]86-*-freebsd*)   targ_emul=i386bsd ;;
97 i[3456]86-*-sysv*)      targ_emul=i386coff ;;
98 i[3456]86-*-ptx*)       targ_emul=i386coff ;;
99 i[3456]86-*-mach*)      targ_emul=i386mach ;;
100 i[3456]86-*-gnu*)       targ_emul=elf_i386 ;;
101 i[3456]86-*-msdos*)     targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
102 i[3456]86-*-moss*)      targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
103 i[3456]86-*-winnt*)     targ_emul=i386pe ;;
104 i[3456]86-*-pe)         targ_emul=i386pe ;;
105 i[3456]86-*-cygwin*)    targ_emul=i386pe ;
106                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
107 i[3456]86-*-mingw32*)   targ_emul=i386pe ;
108                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
109 # start-sanitize-beos
110 i[3456]86-*-beospe*)    targ_emul=i386beos ;;
111 i[3456]86-*-beos*)      targ_emul=elf_i386 ;;
112 # end-sanitize-beos
113 m8*-*-*)                targ_emul=m88kbcs ;;
114 a29k-*-udi)             targ_emul=sa29200 ;;
115 a29k-*-ebmon)           targ_emul=ebmon29k ;;
116 a29k-*-*)               targ_emul=a29k ;;
117 #  arm-*-riscix*)               targ_emul=riscix ;;
118 arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
119 armeb-*-aout)           targ_emul=armaoutb ;;
120 arm-*-coff)             targ_emul=armcoff ;;
121 arm-*-elf)              targ_emul=armelf ;;
122 thumb-*-coff)           targ_emul=armcoff ;;
123 thumb-*-elf)            targ_emul=armelf ;;
124 thumb-*-pe)             targ_emul=armpe ;;
125 h8300-*-hms* | h8300-*-coff*)
126                         targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
127                         ;;
128 h8500-*-hms* | h8500-*-coff*)
129                         targ_emul=h8500
130                         targ_extra_emuls="h8500s h8500b h8500m h8500c"
131                         ;;
132 sh-*-elf*)              targ_emul=shelf
133                         targ_extra_emuls="shlelf sh shl"
134                         ;;
135 sh-*-*|sh-*-rtems*)     targ_emul=sh; targ_extra_emuls=shl ;;
136 m68k-sony-*)            targ_emul=news ;;
137 m68k-hp-bsd*)           targ_emul=hp300bsd ;;
138 m68*-motorola-sysv*)    targ_emul=delta68 ;;
139 m68*-*-aout)            targ_emul=m68kaout ;;
140 m68*-*-coff)            targ_emul=m68kcoff ;;
141 m68*-*-elf)             targ_emul=m68kelf ;;
142 m68*-*-hpux*)           targ_emul=hp3hpux ;;
143 m68k-*-linux*aout*)     targ_emul=m68klinux
144                         targ_extra_emuls=m68kelf
145                         tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
146                         ;;
147 m68k-*-linux-gnu*)      targ_emul=m68kelf
148                         targ_extra_emuls=m68klinux
149                         tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
150                         ;;
151 m68*-*-gnu*)            targ_emul=m68kelf ;;
152 m68*-*-lynxos*)         targ_emul=m68klynx ;;
153 m68*-hp*-netbsd*)       targ_emul=m68k4knbsd ;;
154 m68*-*-netbsd*)         targ_emul=m68knbsd ;;
155 m68*-*-psos*)           targ_emul=m68kpsos ;;
156 m68*-*-rtems*)          targ_emul=m68kcoff ;;
157 hppa*-*-*elf*)          targ_emul=hppaelf ;;
158 hppa*-*-lites*)         targ_emul=hppaelf ;;
159 hppa*-*-rtems*)         targ_emul=hppaelf ;;
160 vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
161 mips*-dec-ultrix*)      targ_emul=mipslit ;;
162 mips*-dec-osf*)         targ_emul=mipslit ;;
163 mips*-sgi-irix[56]*)    targ_emul=elf32bsmip ;;
164 mips*-sgi-irix*)        targ_emul=mipsbig ;;
165 mips*el-*-ecoff*)       targ_emul=mipsidtl ;;
166 mips*-*-ecoff*)         targ_emul=mipsidt ;;
167 mips*-dec-bsd*)         targ_emul=mipsbsd ;;
168 mips*-dec-netbsd*)      targ_emul=elf32lmip ;;
169 mips*-*-bsd*)           targ_emul=mipsbig ;;
170 # start-sanitize-vr4xxx
171 mips*vr4xxxel-*-elf*)   targ_emul=elf32l4300 ;;
172 mips*vr4xxx-*-elf*)     targ_emul=elf32b4300 ;;
173 # end-sanitize-vr4xxx
174 # start-sanitize-vr4320
175 mips*vr4320el-*-elf*)   targ_emul=elf32l4300 ;;
176 mips*vr4320-*-elf*)     targ_emul=elf32b4300 ;;
177 # end-sanitize-vr4320
178 mips*vr4300el-*-elf*)   targ_emul=elf32l4300 ;;
179 mips*vr4300-*-elf*)     targ_emul=elf32b4300 ;;
180 mips*vr4100el-*-elf*)   targ_emul=elf32l4300 ;;
181 mips*vr4100-*-elf*)     targ_emul=elf32b4300 ;;
182 mips*vr5000el-*-elf*)   targ_emul=elf32l4300 ;;
183 mips*vr5000-*-elf*)     targ_emul=elf32b4300 ;;
184 # start-sanitize-tx49
185 mips*tx49el-*-elf*)     targ_emul=elf32l4300 ;;
186 mips*tx49-*-elf*)       targ_emul=elf32b4300 ;;
187 # end-sanitize-tx49
188 # start-sanitize-r5900 
189 mips*r5900*-*-elf*)     targ_emul=elf32l5900 ;;
190 # end-sanitize-r5900 
191 # start-sanitize-sky
192 dvp-*-*)                targ_emul=elf32l5900 ;;
193 # end-sanitize-sky
194 mips*el-*-elf*)         targ_emul=elf32elmip ;;
195 mips*-*-elf*)           targ_emul=elf32ebmip ;;
196 mips*-*-rtems*)         targ_emul=elf32ebmip ;;
197 mips*el-*-linux-gnu*)   targ_emul=elf32lsmip
198                         targ_extra_emuls="elf32bsmip mipslit mipsbig"
199                         ;;
200 mips*-*-linux-gnu*)     targ_emul=elf32bsmip
201                         targ_extra_emuls="elf32lsmip mipsbig mipslit"
202                         ;;
203 mips*-*-lnews*)         targ_emul=mipslnews ;;
204 mn10200-*-*)            targ_emul=mn10200 ;;
205 mn10300-*-*)            targ_emul=mn10300 ;;
206 alpha*-*-linuxecoff*)   targ_emul=alpha targ_extra_emuls=elf64alpha
207                         tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
208                         ;;
209 alpha*-*-linux-gnu*)    targ_emul=elf64alpha targ_extra_emuls=alpha
210                         tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'`
211                         ;;
212 alpha*-*-osf*)          targ_emul=alpha ;;
213 alpha*-*-gnu*)          targ_emul=elf64alpha ;;
214 alpha*-*-netware*)      targ_emul=alpha ;;
215 alpha*-*-netbsd*)       targ_emul=elf64alpha ;;
216 z8k-*-coff)             targ_emul=z8002; targ_extra_emuls=z8001 ;;
217 ns32k-pc532-mach* | ns32k-pc532-ux*)    targ_emul=pc532macha ;;
218 ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
219 powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-linux-gnu* | powerpc-*-sysv* \
220   | powerpc-*-netbsd* | powerpc-*-vxworks*)
221         targ_emul=elf32ppc ;;
222 powerpcle-*-elf* | powerpcle-*-eabi* | powerpcle-*-solaris* \
223   | powerpcle-*-sysv* | powerpcle-*-vxworks*)
224         targ_emul=elf32lppc ;;
225 powerpc-*-rtems*)       targ_emul=elf32ppc ;;
226 powerpc-*-macos*)       targ_emul=ppcmacos ;;
227 powerpc-*-netware*)     targ_emul=ppcnw ;;
228 powerpcle-*-pe)         targ_emul=ppcpe ;;
229 powerpcle-*-winnt*)     targ_emul=ppcpe ;;
230 powerpcle-*-cygwin*)   targ_emul=ppcpe ;;
231 powerpc-*-aix*)         targ_emul=aixppc ;;
232 powerpc-*-beos*)        targ_emul=aixppc ;;
233 rs6000-*-aix*)          targ_emul=aixrs6 ;;
234 tic30-*-*aout*)         targ_emul=tic30aout ;;
235 tic30-*-*coff*)         targ_emul=tic30coff ;;
236 # start-sanitize-tic80
237 tic80-*-*)              targ_emul=tic80coff ;;
238 # end-sanitize-tic80
239 v850-*-*)               targ_emul=v850 ;;
240 # start-sanitize-v850e
241 v850e-*-*)              targ_emul=v850 ;;
242 v850ea-*-*)             targ_emul=v850 ;;
243 # end-sanitize-v850e
244 w65-*-*)                targ_emul=w65 ;;
245 fr30-*-*)               targ_emul=elf32fr30 ;;
246 *-*-aout)               targ_emul=${target_cpu}-${target_vendor} ;;
247 *-*-coff)               targ_emul=${target_cpu}-${target_vendor} ;;
248 *-*-netware)            targ_emul=${target_cpu}-nw ;;
249 *-*-ieee*)              targ_emul=vanilla ;;
250
251 *)
252   echo 2>&1 "*** ld does not support target ${targ}"
253   echo 2>&1 "*** see ld/configure.tgt for supported targets"
254   exit 1
255
256 esac