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