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