* mn10200.h (MN10200_OPERAND_NOCHECK): Define.
[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 ;;
15# start-sanitize-arc
16arc-*-elf*) targ_emul=arcelf ;;
17# end-sanitize-arc
e9525d96 18# start-sanitize-d10v
31cadbf4 19d10v-*-*) targ_emul=d10velf ;;
e9525d96 20# end-sanitize-d10v
bacc1703 21sparc64-*-aout*) targ_emul=sparcaout ;;
40ab9bb9 22sparc64-*-elf*) targ_emul=elf64_sparc ;;
673f5b9f
ILT
23sparc-sun-sunos4*) targ_emul=sun4 ;;
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 ;;
673f5b9f
ILT
30sparc*-*-lynxos*) targ_emul=sparclynx ;;
31sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
32sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
bacc1703 33sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
1ab4cd57 34sparc*-*-rtems*) targ_emul=sparcaout ;;
673f5b9f
ILT
35i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
36i960-wrs-vxworks5*) targ_emul=gld960coff ;;
fc7b6582 37i960-wrs-vxworks*) targ_emul=gld960 ;;
673f5b9f 38i960-*-coff) targ_emul=gld960coff ;;
fc7b6582 39i960-intel-nindy) targ_emul=gld960 ;;
1ab4cd57 40i960-*-rtems*) targ_emul=gld960coff ;;
79e9dc20
DE
41# start-sanitize-m32r
42m32r-*-*) targ_emul=m32relf ;;
43# end-sanitize-m32r
673f5b9f
ILT
44m68*-sun-sunos[34]*) targ_emul=sun3 ;;
45m68*-wrs-vxworks*) targ_emul=sun3 ;;
46m68*-ericsson-ose) targ_emul=sun3 ;;
40ab9bb9 47m68*-apple-aux*) targ_emul=m68kaux ;;
673f5b9f 48*-tandem-none) targ_emul=st2000 ;;
31cadbf4
ILT
49i[3456]86-*-vsta) targ_emul=vsta ;;
50i[3456]86-go32-rtems*) targ_emul=i386go32 ;;
51i[3456]86-*-go32) targ_emul=i386go32 ;;
52i[3456]86-*-aix*) targ_emul=i386coff ;;
53i[3456]86-*-sco*) targ_emul=i386coff ;;
54i[3456]86-*-isc*) targ_emul=i386coff ;;
55i[3456]86-*-lynxos*) targ_emul=i386lynx ;;
56i[3456]86-*-coff) targ_emul=i386coff ;;
57i[3456]86-*-rtems*) targ_emul=i386coff ;;
58i[3456]86-*-bsd) targ_emul=i386bsd ;;
59i[3456]86-*-bsd386) targ_emul=i386bsd ;;
60i[3456]86-*-bsdi*) targ_emul=i386bsd ;;
61i[3456]86-*-aout) targ_emul=i386aout ;;
62i[3456]86-*-linuxaout*) targ_emul=i386linux
95d31c3c
ILT
63 targ_extra_emuls=elf_i386
64 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
65 ;;
31cadbf4
ILT
66i[3456]86-*-linuxoldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
67i[3456]86-*-linux*) targ_emul=elf_i386
95d31c3c
ILT
68 targ_extra_emuls=i386linux
69 tdir_i386linux=${targ_alias}aout
70 ;;
31cadbf4
ILT
71i[3456]86-*-sysv4*) targ_emul=elf_i386 ;;
72i[3456]86-*-unixware) targ_emul=elf_i386 ;;
73i[3456]86-*-netbsd*) targ_emul=i386nbsd ;;
74i[3456]86-*-netware) targ_emul=i386nw ;;
75i[3456]86-*-elf*) targ_emul=elf_i386 ;;
76i[3456]86-*-freebsdelf*) targ_emul=elf_i386 ;;
77i[3456]86-*-sysv*) targ_emul=i386coff ;;
78i[3456]86-*-ptx*) targ_emul=i386coff ;;
79i[3456]86-*-mach*) targ_emul=i386mach ;;
80i[3456]86-*-gnu*) targ_emul=elf_i386; targ_extra_emuls=i386mach ;;
81i[3456]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
82i[3456]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
83i[3456]86-*-winnt) targ_emul=i386pe ;;
84i[3456]86-*-pe) targ_emul=i386pe ;;
85i[3456]86-*-cygwin32) targ_emul=i386pe ;;
673f5b9f
ILT
86m8*-*-*) targ_emul=m88kbcs ;;
87a29k-*-udi) targ_emul=sa29200 ;;
88a29k-*-ebmon) targ_emul=ebmon29k ;;
89a29k-*-*) targ_emul=a29k ;;
90# arm-*-riscix*) targ_emul=riscix ;;
91arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
92armeb-*-aout) targ_emul=armaoutb ;;
d0ae7d95 93arm-*-coff) targ_emul=armcoff ;;
cce8528d 94h8300-*-hms) targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
539ae61d 95 ;;
673f5b9f
ILT
96h8500-*-hms) targ_emul=h8500
97 targ_extra_emuls="h8500s h8500b h8500m h8500c"
98 ;;
31cadbf4
ILT
99sh-*-elf*) targ_emul=shelf
100 targ_extra_emuls="shlelf sh shl"
101 ;;
673f5b9f 102sh-*-*) targ_emul=sh; targ_extra_emuls=shl ;;
673f5b9f
ILT
103m68k-sony-*) targ_emul=news ;;
104m68k-hp-bsd*) targ_emul=hp300bsd ;;
92188bd2 105m68*-motorola-sysv*) targ_emul=delta68 ;;
673f5b9f
ILT
106m68*-*-aout) targ_emul=m68kaout ;;
107m68*-*-coff) targ_emul=m68kcoff ;;
108m68*-*-elf) targ_emul=m68kelf ;;
109m68*-*-hpux*) targ_emul=hp3hpux ;;
bacc1703
DE
110m68k-*-linuxaout*) targ_emul=m68klinux
111 targ_extra_emuls=m68kelf
112 tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
113 ;;
114m68k-*-linux*) targ_emul=m68kelf
115 targ_extra_emuls=m68klinux
116 tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
117 ;;
673f5b9f 118m68*-*-lynxos*) targ_emul=m68klynx ;;
d0ae7d95 119m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;;
673f5b9f 120m68*-*-netbsd*) targ_emul=m68knbsd ;;
307585f1 121m68*-*-psos*) targ_emul=m68kpsos ;;
1ab4cd57 122m68*-*-rtems*) targ_emul=m68kcoff ;;
673f5b9f
ILT
123hppa*-*-*elf*) targ_emul=hppaelf ;;
124hppa*-*-lites*) targ_emul=hppaelf ;;
125vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
126mips*-dec-ultrix*) targ_emul=mipslit ;;
1ab4cd57 127mips*-dec-osf*) targ_emul=mipslit ;;
71cd1bb6 128mips*-sgi-irix[56]*) targ_emul=elf32bmip ;;
673f5b9f
ILT
129mips*-sgi-irix*) targ_emul=mipsbig ;;
130mips*el-*-ecoff*) targ_emul=mipsidtl ;;
131mips*-*-ecoff*) targ_emul=mipsidt ;;
132mips*-dec-bsd*) targ_emul=mipsbsd ;;
d0ae7d95 133mips*-dec-netbsd*) targ_emul=elf32lmip ;;
d62ef165 134mips*-*-bsd*) targ_emul=mipsbig ;;
d0ae7d95
NH
135mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
136mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
4864a04f
JSC
137mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
138mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
79e9dc20
DE
139mips*vr5000el-*-elf*) targ_emul=elf32l4300 ;;
140mips*vr5000-*-elf*) targ_emul=elf32b4300 ;;
719de0ea
ILT
141mips*el-*-elf*) targ_emul=elf32elmip ;;
142mips*-*-elf*) targ_emul=elf32ebmip ;;
10e31c75
JL
143mips*-*-rtems*) targ_emul=elf32ebmip ;;
144mn10200-*-*) targ_emul=mn10200 ;;
145mn10300-*-*) targ_emul=mn10300 ;;
539ae61d
ILT
146alpha-*-linuxecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha
147 tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
148 ;;
149alpha-*-linux*) targ_emul=elf64alpha targ_extra_emuls=alpha
150 tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'`
151 ;;
673f5b9f 152alpha-*-osf*) targ_emul=alpha ;;
31cadbf4 153alpha-*-gnu*) targ_emul=elf64alpha ;;
673f5b9f
ILT
154alpha-*-netware*) targ_emul=alpha ;;
155z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
1ab4cd57 156ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha ;;
673f5b9f 157ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
1ab4cd57
ILT
158powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv*)
159 targ_emul=elf32ppc ;;
2e71dfc0 160powerpcle-*-elf* | powerpcle-*-eabi* | powerpcle-*-solaris* | powerpcle-*-sysv*) targ_emul=elf32lppc ;;
1ab4cd57 161powerpc-*-rtems*) targ_emul=elf32ppc ;;
40ab9bb9 162powerpc-*-macos*) targ_emul=ppcmacos ;;
673f5b9f 163powerpc-*-netware*) targ_emul=ppcnw ;;
40ab9bb9
ILT
164powerpcle-*-pe) targ_emul=ppcpe ;;
165powerpcle-*-winnt*) targ_emul=ppcpe ;;
307585f1 166powerpcle-*-cygwin32) targ_emul=ppcpe ;;
d0ae7d95
NH
167powerpc-*-aix*) targ_emul=aixppc ;;
168rs6000-*-aix*) targ_emul=aixrs6 ;;
31cadbf4
ILT
169# start-sanitize-v850
170v850-*-*) targ_emul=v850 ;;
171# end-sanitize-v850
673f5b9f
ILT
172w65-*-*) targ_emul=w65 ;;
173*-*-aout) targ_emul=${target_cpu}-${target_vendor} ;;
174*-*-coff) targ_emul=${target_cpu}-${target_vendor} ;;
175*-*-netware) targ_emul=${target_cpu}-nw ;;
95d31c3c 176*-*-ieee*) targ_emul=vanilla ;;
673f5b9f
ILT
177
178*)
179 echo 2>&1 "*** ld does not support target ${targ}"
180 echo 2>&1 "*** see ld/configure.tgt for supported targets"
181 exit 1
182
183esac
This page took 0.075759 seconds and 4 git commands to generate.