]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/configure.tgt
* tc-hppa.c: General cleanups of ELF support. No more spaces
[thirdparty/binutils-gdb.git] / ld / configure.tgt
CommitLineData
252b5132
RH
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-epoc-pe) targ_emul=arm_epoc_pe ;
17 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
18arm-*-pe) targ_emul=armpe ;
19 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
20arc-*-elf*) targ_emul=arcelf ;;
21d10v-*-*) targ_emul=d10velf ;;
22d30v-*-*ext*) targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
23d30v-*-*onchip*) targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
24d30v-*-*) targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o" ;;
25sparc64-*-aout*) targ_emul=sparcaout ;;
26sparc64-*-elf*) targ_emul=elf64_sparc ;;
27sparc-sun-sunos4*) targ_emul=sun4 ;;
28sparclite*-*-elf) targ_emul=elf32_sparc ;;
29sparclite*-*-coff) targ_emul=coff_sparc ;;
30sparclite*-fujitsu-*) targ_emul=sparcaout ;;
31sparc*-*-aout) targ_emul=sparcaout ;;
32sparc*-*-coff) targ_emul=coff_sparc ;;
33sparc*-*-elf) targ_emul=elf32_sparc ;;
34sparc*-*-sysv4*) targ_emul=elf32_sparc ;;
35sparc*-*-linux*aout*) targ_emul=sparclinux
36 targ_extra_emuls="elf32_sparc sun4"
37 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
38 tdir_sun4=sparc-sun-sunos4
39 ;;
40sparc64-*-linux-gnu*) targ_emul=elf64_sparc
41 targ_extra_emuls="elf32_sparc sparclinux sun4"
42 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
43 tdir_sparclinux=${tdir_elf32_sparc}aout
44 tdir_sun4=sparc-sun-sunos4
45 ;;
46sparc*-*-linux-gnu*) targ_emul=elf32_sparc
47 targ_extra_emuls="sparclinux sun4"
48 tdir_sparclinux=${targ_alias}aout
49 tdir_sun4=sparc-sun-sunos4
50 ;;
51sparc*-*-lynxos*) targ_emul=sparclynx ;;
52sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
53sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
54sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
55sparc*-*-rtems*) targ_emul=sparcaout ;;
56i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
57i960-wrs-vxworks5*) targ_emul=gld960coff ;;
58i960-wrs-vxworks*) targ_emul=gld960 ;;
59i960-*-coff) targ_emul=gld960coff ;;
60i960-intel-nindy) targ_emul=gld960 ;;
61i960-*-rtems*) targ_emul=gld960coff ;;
0ccf812a 62i960-*-elf*) targ_emul=elf32_i960 ;;
252b5132
RH
63m32r-*-*) targ_emul=m32relf ;;
64m68*-sun-sunos[34]*) targ_emul=sun3 ;;
65m68*-wrs-vxworks*) targ_emul=sun3 ;;
66m68*-ericsson-ose) targ_emul=sun3 ;;
67m68*-apple-aux*) targ_emul=m68kaux ;;
68*-tandem-none) targ_emul=st2000 ;;
69i[3456]86-*-vsta) targ_emul=vsta ;;
70i[3456]86-go32-rtems*) targ_emul=i386go32 ;;
71i[3456]86-*-go32) targ_emul=i386go32 ;;
72i[3456]86-*-msdosdjgpp*) targ_emul=i386go32 ;;
73i[3456]86-*-aix*) targ_emul=i386coff ;;
74i[3456]86-*-sco*) targ_emul=i386coff ;;
75i[3456]86-*-isc*) targ_emul=i386coff ;;
76i[3456]86-*-lynxos*) targ_emul=i386lynx ;;
77i[3456]86-*-coff) targ_emul=i386coff ;;
de24ad21 78i[3456]86-*-rtemself*) targ_emul=elf_i386 ;;
252b5132
RH
79i[3456]86-*-rtems*) targ_emul=i386coff ;;
80i[3456]86-*-bsd) targ_emul=i386bsd ;;
81i[3456]86-*-bsd386) targ_emul=i386bsd ;;
82i[3456]86-*-bsdi*) targ_emul=i386bsd ;;
83i[3456]86-*-aout) targ_emul=i386aout ;;
84i[3456]86-*-linux*aout*) targ_emul=i386linux
85 targ_extra_emuls=elf_i386
86 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
87 ;;
88i[3456]86-*-linuxoldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
89i[3456]86-*-linux-gnu*) targ_emul=elf_i386
90 targ_extra_emuls=i386linux
91 tdir_i386linux=${targ_alias}aout
92 ;;
93i[3456]86-*-sysv4*) targ_emul=elf_i386 ;;
94i[3456]86-*-solaris2*) targ_emul=elf_i386 ;;
95i[3456]86-*-unixware) targ_emul=elf_i386 ;;
96i[3456]86-*-solaris*) targ_emul=elf_i386 ;;
97i[3456]86-*-netbsd*) targ_emul=i386nbsd ;;
98i[3456]86-*-netware) targ_emul=i386nw ;;
99i[3456]86-*-elf*) targ_emul=elf_i386 ;;
2641b0c9
ILT
100i[3456]86-*-freebsdaout* | i[3456]86-*-freebsd[12].* | i[3456]86-*-freebsd[12])
101 targ_emul=i386bsd ;;
102i[3456]86-*-freebsd*) targ_emul=elf_i386 ;;
252b5132
RH
103i[3456]86-*-sysv*) targ_emul=i386coff ;;
104i[3456]86-*-ptx*) targ_emul=i386coff ;;
105i[3456]86-*-mach*) targ_emul=i386mach ;;
106i[3456]86-*-gnu*) targ_emul=elf_i386 ;;
107i[3456]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
108i[3456]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
109i[3456]86-*-winnt*) targ_emul=i386pe ;
110 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
111i[3456]86-*-pe) targ_emul=i386pe ;
112 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
113i[3456]86-*-cygwin*) targ_emul=i386pe ;
114 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
115i[3456]86-*-mingw32*) targ_emul=i386pe ;
116 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
117i[3456]86-*-beospe*) targ_emul=i386beos ;;
118i[3456]86-*-beos*) targ_emul=elf_i386_be ;;
119m8*-*-*) targ_emul=m88kbcs ;;
120a29k-*-udi) targ_emul=sa29200 ;;
121a29k-*-ebmon) targ_emul=ebmon29k ;;
122a29k-*-*) targ_emul=a29k ;;
123# arm-*-riscix*) targ_emul=riscix ;;
124arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
125armeb-*-aout) targ_emul=armaoutb ;;
126arm-*-coff) targ_emul=armcoff ;;
127arm-*-elf) targ_emul=armelf ;;
128arm-*-oabi) targ_emul=armelf_oabi ;;
129arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls="armelf_linux26 armelf";;
130strongarm-*-coff) targ_emul=armcoff ;;
131strongarm-*-elf) targ_emul=armelf ;;
132thumb-*-coff) targ_emul=armcoff ;;
133thumb-*-elf) targ_emul=armelf ;;
134thumb-*-oabi) targ_emul=armelf_oabi ;;
135thumb-epoc-pe) targ_emul=arm_epoc_pe ;
136 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
137thumb-*-pe) targ_emul=armpe ;
138 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
139h8300-*-hms* | h8300-*-coff*)
140 targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
141 ;;
142h8500-*-hms* | h8500-*-coff*)
143 targ_emul=h8500
144 targ_extra_emuls="h8500s h8500b h8500m h8500c"
145 ;;
de24ad21
RH
146sh-*-elf* | sh-*-rtemself*)
147 targ_emul=shelf
252b5132
RH
148 targ_extra_emuls="shlelf sh shl"
149 ;;
150sh-*-*|sh-*-rtems*) targ_emul=sh; targ_extra_emuls=shl ;;
151m68k-sony-*) targ_emul=news ;;
152m68k-hp-bsd*) targ_emul=hp300bsd ;;
153m68*-motorola-sysv*) targ_emul=delta68 ;;
154m68*-*-aout) targ_emul=m68kaout ;;
155m68*-*-coff) targ_emul=m68kcoff ;;
156m68*-*-elf) targ_emul=m68kelf ;;
157m68*-*-hpux*) targ_emul=hp3hpux ;;
158m68k-*-linux*aout*) targ_emul=m68klinux
159 targ_extra_emuls=m68kelf
160 tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
161 ;;
162m68k-*-linux-gnu*) targ_emul=m68kelf
163 targ_extra_emuls=m68klinux
164 tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
165 ;;
166m68*-*-gnu*) targ_emul=m68kelf ;;
167m68*-*-lynxos*) targ_emul=m68klynx ;;
168m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;;
169m68*-*-netbsd*) targ_emul=m68knbsd ;;
170m68*-*-psos*) targ_emul=m68kpsos ;;
171m68*-*-rtems*) targ_emul=m68kcoff ;;
172hppa*-*-*elf*) targ_emul=hppaelf ;;
173hppa*-*-lites*) targ_emul=hppaelf ;;
174hppa*-*-rtems*) targ_emul=hppaelf ;;
175vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
176mips*-dec-ultrix*) targ_emul=mipslit ;;
177mips*-dec-osf*) targ_emul=mipslit ;;
178mips*-sgi-irix[56]*) targ_emul=elf32bsmip ;;
179mips*-sgi-irix*) targ_emul=mipsbig ;;
180mips*el-*-ecoff*) targ_emul=mipsidtl ;;
181mips*-*-ecoff*) targ_emul=mipsidt ;;
182mips*-dec-bsd*) targ_emul=mipsbsd ;;
183mips*-dec-netbsd*) targ_emul=elf32lmip ;;
184mips*-*-bsd*) targ_emul=mipsbig ;;
185mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
186mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
187mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
188mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
189mips*vr5000el-*-elf*) targ_emul=elf32l4300 ;;
190mips*vr5000-*-elf*) targ_emul=elf32b4300 ;;
191mips*el-*-elf*) targ_emul=elf32elmip ;;
192mips*-*-elf*) targ_emul=elf32ebmip ;;
de24ad21 193mips*el-*-rtems*) targ_emul=elf32elmip ;;
252b5132
RH
194mips*-*-rtems*) targ_emul=elf32ebmip ;;
195mips*-*-vxworks*) targ_emul=elf32ebmip ;;
196mips*el-*-linux-gnu*) targ_emul=elf32lsmip
197 targ_extra_emuls="elf32bsmip mipslit mipsbig"
198 ;;
199mips*-*-linux-gnu*) targ_emul=elf32bsmip
200 targ_extra_emuls="elf32lsmip mipsbig mipslit"
201 ;;
202mips*-*-lnews*) targ_emul=mipslnews ;;
203mn10200-*-*) targ_emul=mn10200 ;;
204mn10300-*-*) targ_emul=mn10300 ;;
205alpha*-*-linuxecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha
206 tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
207 ;;
208alpha*-*-linux-gnu*) targ_emul=elf64alpha targ_extra_emuls=alpha
209 tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'`
210 ;;
211alpha*-*-osf*) targ_emul=alpha ;;
212alpha*-*-gnu*) targ_emul=elf64alpha ;;
213alpha*-*-netware*) targ_emul=alpha ;;
214alpha*-*-netbsd*) targ_emul=elf64alpha ;;
215z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
216ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha ;;
217ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
ec2f040d
RH
218powerpc-*-linux-gnu*) targ_emul=elf32ppclinux; targ_extra_emuls=elf32ppc;;
219powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-sysv* \
252b5132
RH
220 | powerpc-*-netbsd* | powerpc-*-vxworks*)
221 targ_emul=elf32ppc ;;
222powerpcle-*-elf* | powerpcle-*-eabi* | powerpcle-*-solaris* \
223 | powerpcle-*-sysv* | powerpcle-*-vxworks*)
224 targ_emul=elf32lppc ;;
de24ad21 225powerpcle-*-rtems*) targ_emul=elf32leppc ;;
252b5132
RH
226powerpc-*-rtems*) targ_emul=elf32ppc ;;
227powerpc-*-macos*) targ_emul=ppcmacos ;;
228powerpc-*-netware*) targ_emul=ppcnw ;;
229powerpcle-*-pe) targ_emul=ppcpe ;;
230powerpcle-*-winnt*) targ_emul=ppcpe ;;
231powerpcle-*-cygwin*) targ_emul=ppcpe ;;
232powerpc-*-aix*) targ_emul=aixppc ;;
233powerpc-*-beos*) targ_emul=aixppc ;;
234rs6000-*-aix*) targ_emul=aixrs6 ;;
235tic30-*-*aout*) targ_emul=tic30aout ;;
236tic30-*-*coff*) targ_emul=tic30coff ;;
237tic80-*-*) targ_emul=tic80coff ;;
238v850-*-*) targ_emul=v850 ;;
239v850e-*-*) targ_emul=v850 ;;
240v850ea-*-*) targ_emul=v850 ;;
241w65-*-*) targ_emul=w65 ;;
242fr30-*-*) targ_emul=elf32fr30 ;;
71acc4e8
NC
243mcore-*-pe) targ_emul=mcorepe ;
244 targ_extra_ofiles="deffilep.o pe-dll.o" ;;
245mcore-*-elf) targ_emul=elf32mcore ;;
252b5132
RH
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
256esac