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