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