* gdbtk.c (get_register): Support for printing raw formats.
[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
bacc1703 18sparc64-*-aout*) targ_emul=sparcaout ;;
40ab9bb9 19sparc64-*-elf*) targ_emul=elf64_sparc ;;
673f5b9f
ILT
20sparc-sun-sunos4*) targ_emul=sun4 ;;
21sparclite*-*-coff) targ_emul=coff_sparc ;;
bacc1703
DE
22sparclite*-fujitsu-*) targ_emul=sparcaout ;;
23sparc*-*-aout) targ_emul=sparcaout ;;
673f5b9f 24sparc*-*-coff) targ_emul=coff_sparc ;;
673f5b9f
ILT
25sparc*-*-elf) targ_emul=elf32_sparc ;;
26sparc*-*-lynxos*) targ_emul=sparclynx ;;
27sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
28sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
bacc1703 29sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
673f5b9f
ILT
30i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
31i960-wrs-vxworks5*) targ_emul=gld960coff ;;
fc7b6582 32i960-wrs-vxworks*) targ_emul=gld960 ;;
673f5b9f 33i960-*-coff) targ_emul=gld960coff ;;
fc7b6582 34i960-intel-nindy) targ_emul=gld960 ;;
673f5b9f
ILT
35m68*-sun-sunos[34]*) targ_emul=sun3 ;;
36m68*-wrs-vxworks*) targ_emul=sun3 ;;
37m68*-ericsson-ose) targ_emul=sun3 ;;
40ab9bb9 38m68*-apple-aux*) targ_emul=m68kaux ;;
673f5b9f
ILT
39*-tandem-none) targ_emul=st2000 ;;
40i[345]86-*-vsta) targ_emul=vsta ;;
41i[345]86-*-go32) targ_emul=i386go32 ;;
42i[345]86-*-aix*) targ_emul=i386coff ;;
43i[345]86-*-sco*) targ_emul=i386coff ;;
2e71dfc0 44i[345]86-*-isc*) targ_emul=i386coff ;;
673f5b9f
ILT
45i[345]86-*-lynxos*) targ_emul=i386lynx ;;
46i[345]86-*-coff) targ_emul=i386coff ;;
47i[345]86-*-bsd) targ_emul=i386bsd ;;
48i[345]86-*-bsd386) targ_emul=i386bsd ;;
49i[345]86-*-bsdi*) targ_emul=i386bsd ;;
50i[345]86-*-aout) targ_emul=i386aout ;;
95d31c3c
ILT
51i[345]86-*-linuxaout*) targ_emul=i386linux
52 targ_extra_emuls=elf_i386
53 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
54 ;;
57aa2887 55i[345]86-*-linuxoldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
95d31c3c
ILT
56i[345]86-*-linux*) targ_emul=elf_i386
57 targ_extra_emuls=i386linux
58 tdir_i386linux=${targ_alias}aout
59 ;;
673f5b9f
ILT
60i[345]86-*-sysv4*) targ_emul=elf_i386 ;;
61i[345]86-*-unixware) targ_emul=elf_i386 ;;
62i[345]86-*-netbsd*) targ_emul=i386nbsd ;;
63i[345]86-*-netware) targ_emul=i386nw ;;
64i[345]86-*-elf*) targ_emul=elf_i386 ;;
2e71dfc0 65i[345]86-*-freebsdelf*) targ_emul=elf_i386 ;;
673f5b9f
ILT
66i[345]86-*-sysv*) targ_emul=i386coff ;;
67i[345]86-*-ptx*) targ_emul=i386coff ;;
68i[345]86-*-mach*) targ_emul=i386mach ;;
69i[345]86-*-gnu*) targ_emul=elf_i386; targ_extra_emuls=i386mach ;;
70i[345]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
71i[345]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
72i[345]86-*-winnt) targ_emul=i386pe ;;
73i[345]86-*-pe) targ_emul=i386pe ;;
307585f1 74i[345]86-*-cygwin32) targ_emul=i386pe ;;
673f5b9f
ILT
75m8*-*-*) targ_emul=m88kbcs ;;
76a29k-*-udi) targ_emul=sa29200 ;;
77a29k-*-ebmon) targ_emul=ebmon29k ;;
78a29k-*-*) targ_emul=a29k ;;
79# arm-*-riscix*) targ_emul=riscix ;;
80arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
81armeb-*-aout) targ_emul=armaoutb ;;
d0ae7d95 82arm-*-coff) targ_emul=armcoff ;;
673f5b9f
ILT
83h8300-*-hms) targ_emul=h8300; targ_extra_emuls=h8300h ;;
84h8500-*-hms) targ_emul=h8500
85 targ_extra_emuls="h8500s h8500b h8500m h8500c"
86 ;;
87sh-*-*) targ_emul=sh; targ_extra_emuls=shl ;;
673f5b9f
ILT
88m68k-sony-*) targ_emul=news ;;
89m68k-hp-bsd*) targ_emul=hp300bsd ;;
92188bd2 90m68*-motorola-sysv*) targ_emul=delta68 ;;
673f5b9f
ILT
91m68*-*-aout) targ_emul=m68kaout ;;
92m68*-*-coff) targ_emul=m68kcoff ;;
93m68*-*-elf) targ_emul=m68kelf ;;
94m68*-*-hpux*) targ_emul=hp3hpux ;;
bacc1703
DE
95m68k-*-linuxaout*) targ_emul=m68klinux
96 targ_extra_emuls=m68kelf
97 tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
98 ;;
99m68k-*-linux*) targ_emul=m68kelf
100 targ_extra_emuls=m68klinux
101 tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
102 ;;
673f5b9f 103m68*-*-lynxos*) targ_emul=m68klynx ;;
d0ae7d95 104m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;;
673f5b9f 105m68*-*-netbsd*) targ_emul=m68knbsd ;;
307585f1 106m68*-*-psos*) targ_emul=m68kpsos ;;
673f5b9f
ILT
107hppa*-*-*elf*) targ_emul=hppaelf ;;
108hppa*-*-lites*) targ_emul=hppaelf ;;
109vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
110mips*-dec-ultrix*) targ_emul=mipslit ;;
111mips*-sgi-irix5*) targ_emul=elf32bmip ;;
112mips*-sgi-irix*) targ_emul=mipsbig ;;
113mips*el-*-ecoff*) targ_emul=mipsidtl ;;
114mips*-*-ecoff*) targ_emul=mipsidt ;;
115mips*-dec-bsd*) targ_emul=mipsbsd ;;
d0ae7d95 116mips*-dec-netbsd*) targ_emul=elf32lmip ;;
d62ef165 117mips*-*-bsd*) targ_emul=mipsbig ;;
d0ae7d95
NH
118mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
119mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
4864a04f
JSC
120mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
121mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
673f5b9f
ILT
122mips*el-*-elf*) targ_emul=elf32lmip ;;
123mips*-*-elf*) targ_emul=elf32bmip ;;
02a5d235 124alpha-*-linux*) targ_emul=alpha ;;
673f5b9f
ILT
125alpha-*-osf*) targ_emul=alpha ;;
126alpha-*-netware*) targ_emul=alpha ;;
127z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
128ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532machaout ;;
129ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
2e71dfc0
ILT
130powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv*) targ_emul=elf32ppc ;;
131powerpcle-*-elf* | powerpcle-*-eabi* | powerpcle-*-solaris* | powerpcle-*-sysv*) targ_emul=elf32lppc ;;
40ab9bb9 132powerpc-*-macos*) targ_emul=ppcmacos ;;
673f5b9f 133powerpc-*-netware*) targ_emul=ppcnw ;;
40ab9bb9
ILT
134powerpcle-*-pe) targ_emul=ppcpe ;;
135powerpcle-*-winnt*) targ_emul=ppcpe ;;
307585f1 136powerpcle-*-cygwin32) targ_emul=ppcpe ;;
d0ae7d95
NH
137powerpc-*-aix*) targ_emul=aixppc ;;
138rs6000-*-aix*) targ_emul=aixrs6 ;;
673f5b9f
ILT
139w65-*-*) targ_emul=w65 ;;
140*-*-aout) targ_emul=${target_cpu}-${target_vendor} ;;
141*-*-coff) targ_emul=${target_cpu}-${target_vendor} ;;
142*-*-netware) targ_emul=${target_cpu}-nw ;;
95d31c3c 143*-*-ieee*) targ_emul=vanilla ;;
673f5b9f
ILT
144
145*)
146 echo 2>&1 "*** ld does not support target ${targ}"
147 echo 2>&1 "*** see ld/configure.tgt for supported targets"
148 exit 1
149
150esac
This page took 0.053056 seconds and 4 git commands to generate.