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