]>
Commit | Line | Data |
---|---|---|
61ed06c3 | 1 | # GCC build-, host- and target-specific configuration file. |
817e13c4 | 2 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
61ed06c3 | 3 | |
1322177d | 4 | #This file is part of GCC. |
61ed06c3 | 5 | |
1322177d LB |
6 | #GCC is free software; you can redistribute it and/or modify it under |
7 | #the terms of the GNU General Public License as published by the Free | |
8 | #Software Foundation; either version 2, or (at your option) any later | |
9 | #version. | |
61ed06c3 | 10 | |
1322177d LB |
11 | #GCC is distributed in the hope that it will be useful, but WITHOUT |
12 | #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 | #FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 | #for more details. | |
61ed06c3 HPN |
15 | |
16 | #You should have received a copy of the GNU General Public License | |
1322177d LB |
17 | #along with GCC; see the file COPYING. If not, write to the Free |
18 | #Software Foundation, 59 Temple Place - Suite 330, Boston, MA | |
19 | #02111-1307, USA. | |
61ed06c3 HPN |
20 | |
21 | # This is the GCC build-, host- and target-specific configuration file | |
22 | # where a configuration type, as recognized and generated by config.bfd, | |
23 | # is mapped to different system-specific definitions and files. This is | |
24 | # invoked by the autoconf-generated configure script, called for build, | |
25 | # host and target in that order, setting ${machine} to each. Putting it | |
26 | # in a separate shell file lets us skip running autoconf when modifying | |
27 | # build-, host- and target-specific information. | |
28 | ||
29 | # This file switches on the shell variable ${machine}, and also uses the | |
30 | # following shell variables: | |
31 | # | |
32 | # with_* Various variables as set by configure. | |
33 | # | |
34 | # enable_threads_flag Either the name, yes or no depending on whether | |
35 | # threads support was requested. | |
36 | # | |
37 | # gas_flag Either yes or no depending on whether GNU as was | |
38 | # requested. | |
39 | # | |
40 | # gnu_ld_flag Either yes or no depending on whether GNU ld was | |
41 | # requested. | |
42 | ||
43 | # This file sets the following shell variables for use by the | |
44 | # autoconf-generated configure script: | |
45 | # | |
46 | # cpu_type The name of the cpu, if different from machine. | |
47 | # | |
d5355cb2 JDA |
48 | # tm_defines List of target macros to define for all compilations. |
49 | # | |
61ed06c3 | 50 | # tm_file A list of target macro files, if different from |
32fb7c9d FS |
51 | # "$cpu_type/$cpu_type.h". Usually it's constructed |
52 | # per target in a way like this: | |
c40409ce | 53 | # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h" |
32fb7c9d FS |
54 | # Note that the preferred order is: |
55 | # - specific target header "${cpu_type}/${cpu_type.h}" | |
c40409ce | 56 | # - generic headers like dbxelf.h elfos.h, netware.h, etc. |
32fb7c9d FS |
57 | # - specializing target headers like ${cpu_type.h}/elf.h |
58 | # This helps to keep OS specific stuff out of the CPU | |
59 | # defining header ${cpu_type}/${cpu_type.h}. | |
61ed06c3 HPN |
60 | # |
61 | # tm_p_file Location of file with declarations for functions | |
62 | # in $out_file. | |
63 | # | |
64 | # out_file The name of the machine description C support | |
65 | # file, if different from "$cpu_type/$cpu_type.c". | |
66 | # | |
67 | # md_file The name of the machine-description file, if | |
68 | # different from "$cpu_type/$cpu_type.md". | |
69 | # | |
70 | # tmake_file A list of machine-description-specific | |
71 | # makefile-fragments, if different from | |
72 | # "$cpu_type/t-$cpu_type". | |
73 | # | |
1c0ca89d ZW |
74 | # extra_modes The name of the file containing a list of extra |
75 | # machine modes, if necessary and different from | |
76 | # "$cpu_type/$cpu_type-modes.def". | |
77 | # | |
61ed06c3 HPN |
78 | # extra_objs List of extra objects that should be linked into |
79 | # the compiler proper (cc1, cc1obj, cc1plus) | |
80 | # depending on target. | |
81 | # | |
82 | # extra_headers List of used header files from the directory | |
817e13c4 | 83 | # config/${cpu_type}. |
61ed06c3 HPN |
84 | # |
85 | # host_xmake_file List of host-specific makefile-fragments. | |
86 | # | |
87 | # extra_passes List of extra executables compiled for this target | |
88 | # machine, used for compiling from source to object. | |
89 | # | |
90 | # extra_parts List of extra object files that should be compiled | |
91 | # for this target machine. | |
92 | # | |
93 | # extra_programs Like extra_passes, but these are used when linking. | |
94 | # | |
ff7cc307 | 95 | # host_extra_objs List of extra host-dependent objects that should |
61ed06c3 HPN |
96 | # be linked into the compiler proper. |
97 | # | |
ff7cc307 | 98 | # host_extra_gcc_objs List of extra host-dependent objects that should |
61ed06c3 HPN |
99 | # be linked into the gcc driver. |
100 | # | |
ff7cc307 | 101 | # c_target_objs List of extra target-dependent objects that be |
aac69a49 | 102 | # linked into the C compiler only. |
0e5a4ad8 | 103 | # |
ff7cc307 | 104 | # cxx_target_objs List of extra target-dependent objects that be |
aac69a49 | 105 | # linked into the C++ compiler only. |
0e5a4ad8 | 106 | # |
ef69da62 SS |
107 | # target_gtfiles List of extra source files with type information. |
108 | # | |
61ed06c3 HPN |
109 | # build_xm_defines List of macros to define when compiling for the |
110 | # build machine. | |
111 | # | |
112 | # build_xm_file List of files to include when compiling for the | |
113 | # build machine. | |
114 | # | |
115 | # host_xm_defines List of macros to define when compiling for the | |
116 | # host machine. | |
117 | # | |
118 | # host_xm_file List of files to include when compiling for the | |
119 | # host machine. | |
120 | # | |
121 | # xm_defines List of macros to define when compiling for the | |
122 | # target machine. | |
123 | # | |
124 | # xm_file List of files to include when compiling for the | |
125 | # target machine. | |
126 | # | |
127 | # use_collect2 Set to yes or no, depending on whether collect2 | |
128 | # will be used. | |
129 | # | |
130 | # target_cpu_default Set to override the default target model. | |
131 | # | |
132 | # build_install_headers_dir | |
133 | # Target to use when installing header files. | |
134 | # | |
61ed06c3 HPN |
135 | # host_truncate_target |
136 | # Non-empty if the target name should be truncated | |
137 | # on this host, due to filename length issues. | |
138 | # | |
139 | # gdb_needs_out_file_path | |
140 | # Set to yes if gdb needs a dir command with | |
141 | # `dirname $out_file`. | |
142 | # | |
143 | # build_exeext Set to the suffix, if the build machine requires | |
144 | # executables to have a file name suffix. | |
145 | # | |
146 | # host_exeext Set to the suffix, if the host machine requires | |
147 | # executables to have a file name suffix. | |
148 | # | |
149 | # thread_file Set to control which thread package to use. | |
150 | # | |
151 | # gas Set to yes or no depending on whether the target | |
152 | # system normally uses GNU as. | |
153 | ||
154 | # The following variables are used in each case-construct to build up the | |
155 | # outgoing variables: | |
156 | # | |
157 | # xmake_file Makefile-fragment when this system is as a host, | |
158 | # for host_xmake_file. | |
159 | # | |
160 | # extra_host_objs List of extra objects that should be linked into | |
161 | # the compiler proper when this system is a host, | |
162 | # for host_extra_objs. | |
163 | # | |
164 | # install_headers_dir Makefile-target for how the header file directory | |
165 | # is installed, when this system is a build system, | |
166 | # for build_install_headers_dir. | |
167 | # | |
168 | # truncate_target Non-empty if the target name should be truncated | |
169 | # when this system is a host, due to filename length | |
170 | # issues. For host_truncate_target. | |
171 | # | |
172 | # exeext The suffix for executables on this system. | |
173 | # | |
174 | # gnu_ld Set to yes or no depending on whether the target | |
175 | # system normally uses GNU ld. | |
176 | ||
177 | out_file= | |
178 | xmake_file= | |
179 | tmake_file= | |
180 | extra_headers= | |
181 | extra_passes= | |
182 | extra_parts= | |
183 | extra_programs= | |
184 | extra_objs= | |
185 | extra_host_objs= | |
186 | extra_gcc_objs= | |
aac69a49 NC |
187 | c_target_objs= |
188 | cxx_target_objs= | |
d5355cb2 | 189 | tm_defines= |
61ed06c3 | 190 | xm_defines= |
61ed06c3 HPN |
191 | # Set this to force installation and use of collect2. |
192 | use_collect2= | |
193 | # Set this to override the default target model. | |
194 | target_cpu_default= | |
195 | # Set this to control how the header file directory is installed. | |
196 | install_headers_dir=install-headers-tar | |
61ed06c3 HPN |
197 | # Set this if directory names should be truncated to 14 characters. |
198 | truncate_target= | |
199 | # Set this if gdb needs a dir command with `dirname $out_file` | |
200 | gdb_needs_out_file_path= | |
201 | # Set this if the build machine requires executables to have a | |
202 | # file name suffix. | |
203 | exeext= | |
204 | # Set this to control which thread package will be used. | |
205 | thread_file= | |
206 | # Reinitialize these from the flag values every loop pass, since some | |
207 | # configure entries modify them. | |
208 | gas="$gas_flag" | |
209 | gnu_ld="$gnu_ld_flag" | |
210 | enable_threads=$enable_threads_flag | |
6ab185d6 | 211 | target_gtfiles= |
61ed06c3 | 212 | |
9340544b | 213 | # Obsolete configurations. |
9340544b | 214 | case $machine in |
c7bdf0a6 ZW |
215 | m88k-*-aout* \ |
216 | | m88k-*-openbsd* \ | |
217 | | m88k-*-sysv4* \ | |
218 | | mips-sni-sysv4 \ | |
9c075570 | 219 | | mn10200-*-* \ |
c7bdf0a6 ZW |
220 | | ns32k-*-openbsd* \ |
221 | | romp-*-openbsd* \ | |
18fbcbcf | 222 | | vax-*-vms* \ |
c7bdf0a6 | 223 | ) |
8998d5bf | 224 | if test "x$enable_obsolete" != xyes; then |
9340544b ZW |
225 | echo "*** Configuration $machine is obsolete." >&2 |
226 | echo "*** Specify --enable-obsolete to build it anyway." >&2 | |
227 | echo "*** Support will be REMOVED in the next major release of GCC," >&2 | |
228 | echo "*** unless a maintainer comes forward." >&2 | |
229 | exit 1 | |
230 | fi;; | |
9340544b ZW |
231 | esac |
232 | ||
61ed06c3 | 233 | # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be |
ba1e6c0b JM |
234 | # updated in each machine entry. Also set default extra_headers for some |
235 | # machines. | |
61ed06c3 HPN |
236 | tm_p_file= |
237 | cpu_type=`echo $machine | sed 's/-.*$//'` | |
238 | case $machine in | |
239 | alpha*-*-*) | |
240 | cpu_type=alpha | |
241 | ;; | |
242 | strongarm*-*-*) | |
243 | cpu_type=arm | |
244 | ;; | |
245 | arm*-*-*) | |
246 | cpu_type=arm | |
247 | ;; | |
d19fb8e3 NC |
248 | xscale-*-*) |
249 | cpu_type=arm | |
250 | ;; | |
61ed06c3 HPN |
251 | i[34567]86-*-*) |
252 | cpu_type=i386 | |
6f1a6c5b | 253 | extra_headers="mmintrin.h xmmintrin.h" |
61ed06c3 | 254 | ;; |
14f73b5a JH |
255 | x86_64-*-*) |
256 | cpu_type=i386 | |
8559c8c0 | 257 | extra_headers="mmintrin.h xmmintrin.h" |
14f73b5a | 258 | ;; |
817e13c4 JM |
259 | ia64-*-*) |
260 | extra_headers=ia64intrin.h | |
261 | ;; | |
c21a2372 | 262 | hppa*-*-* | parisc*-*-*) |
61ed06c3 HPN |
263 | cpu_type=pa |
264 | ;; | |
2fd95d71 | 265 | m680[012]0-*-*) |
61ed06c3 | 266 | cpu_type=m68k |
ba1e6c0b JM |
267 | extra_headers=math-68881.h |
268 | ;; | |
269 | m68k-*-*) | |
270 | extra_headers=math-68881.h | |
61ed06c3 HPN |
271 | ;; |
272 | mips*-*-*) | |
273 | cpu_type=mips | |
274 | ;; | |
61ed06c3 HPN |
275 | powerpc*-*-*) |
276 | cpu_type=rs6000 | |
518878e1 | 277 | extra_headers="ppc-asm.h altivec.h spe.h" |
61ed06c3 | 278 | ;; |
61ed06c3 HPN |
279 | sparc*-*-*) |
280 | cpu_type=sparc | |
281 | ;; | |
b4eb03fe JT |
282 | # Note the 'l'; we need to be able to match e.g. "shle" or "shl". |
283 | sh[123456789l]*-*-*) | |
fa5322fa AO |
284 | cpu_type=sh |
285 | ;; | |
61ed06c3 HPN |
286 | esac |
287 | ||
288 | tm_file=${cpu_type}/${cpu_type}.h | |
b6d7afec | 289 | if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h |
61ed06c3 | 290 | then |
b6d7afec ZW |
291 | tm_p_file=${cpu_type}/${cpu_type}-protos.h |
292 | fi | |
1c0ca89d ZW |
293 | extra_modes= |
294 | if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def | |
295 | then | |
296 | extra_modes=${cpu_type}/${cpu_type}-modes.def | |
297 | fi | |
e564e618 DB |
298 | |
299 | case $machine in | |
300 | x86_64-*-*) | |
301 | tm_file="i386/biarch64.h ${tm_file}" | |
302 | ;; | |
303 | esac | |
304 | ||
61ed06c3 HPN |
305 | # On a.out targets, we need to use collect2. |
306 | case $machine in | |
307 | *-*-*aout*) | |
308 | use_collect2=yes | |
309 | ;; | |
0e5a4ad8 | 310 | esac |
61ed06c3 | 311 | |
f982f805 | 312 | # Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems. |
61ed06c3 HPN |
313 | case $machine in |
314 | *-*-linux*) | |
34f4f3a5 | 315 | xm_defines=POSIX |
609a87f3 JJ |
316 | case $machine in |
317 | *-*-linux*ecoff* | *-*-linux*libc1* | *-*-linux*oldld* | *-*-linux*aout*) | |
318 | ;; | |
319 | *) | |
66df2ac2 L |
320 | extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" |
321 | gas=yes gnu_ld=yes | |
609a87f3 JJ |
322 | case x${enable_threads} in |
323 | x | xyes | xposix) thread_file='posix' | |
324 | ;; | |
325 | esac | |
326 | ;; | |
327 | esac | |
61ed06c3 | 328 | ;; |
5eeab2e3 MK |
329 | *-*-gnu*) |
330 | # On the Hurd, the setup is just about the same on | |
331 | # each different CPU. The specific machines that we | |
332 | # support are matched above and just set $cpu_type. | |
b19a539e | 333 | xm_defines=POSIX |
f6e0c56c | 334 | tm_file="${cpu_type}/gnu.h" |
275b60d6 | 335 | extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" |
5eeab2e3 MK |
336 | # GNU always uses ELF. |
337 | elf=yes | |
338 | # GNU tools are the only tools. | |
339 | gnu_ld=yes | |
340 | gas=yes | |
341 | # These details are the same as for Linux. | |
5eeab2e3 | 342 | # But here we need a little extra magic. |
7b3a4df5 | 343 | tmake_file="t-slibgcc-elf-ver t-linux t-gnu" |
f6e0c56c | 344 | case $machine in |
83248d49 RM |
345 | alpha*) |
346 | tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}" | |
347 | ;; | |
f6e0c56c | 348 | i[34567]86-*-*) |
39ed301b | 349 | tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h gnu.h ${tm_file}" |
f6e0c56c | 350 | ;; |
f6e0c56c | 351 | esac |
5eeab2e3 | 352 | ;; |
61ed06c3 HPN |
353 | *-*-openbsd*) |
354 | tm_file=${cpu_type}/openbsd.h | |
f1cf4606 | 355 | tmake_file="t-libc-ok t-openbsd t-libgcc-pic" |
b19a539e | 356 | xm_defines=POSIX |
61ed06c3 HPN |
357 | if test x$enable_threads = xyes; then |
358 | thread_file='posix' | |
359 | tmake_file="${tmake_file} t-openbsd-thread" | |
360 | fi | |
361 | ;; | |
f982f805 | 362 | *-*-netbsd*) |
12345543 | 363 | tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd" |
f982f805 JT |
364 | xm_defines=POSIX |
365 | gas=yes | |
366 | gnu_ld=yes | |
a0494c05 JT |
367 | case x${enable_threads} in |
368 | xyes | xposix) | |
369 | thread_file='posix' | |
ee3c755a | 370 | tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS" |
a0494c05 JT |
371 | ;; |
372 | esac | |
f982f805 | 373 | ;; |
9e405fe5 LR |
374 | *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*) |
375 | # This is the place-holder for the generic a.out configuration | |
376 | # of FreeBSD. No actual configuration resides here since | |
377 | # there was only ever a bare-bones ix86 configuration for | |
378 | # a.out and it exists solely in the machine-specific section. | |
379 | # This place-holder must exist to avoid dropping into | |
380 | # the generic ELF configuration of FreeBSD (i.e. it must be | |
381 | # ordered before that section). | |
382 | ;; | |
383 | *-*-freebsd*) | |
384 | # This is the generic ELF configuration of FreeBSD. Later | |
385 | # machine-specific sections may refine and add to this | |
386 | # configuration. | |
387 | # | |
388 | # Due to tm_file entry ordering issues that vary between cpu | |
389 | # architectures, we only define fbsd_tm_file to allow the | |
390 | # machine-specific section to dictate the final order of all | |
391 | # entries of tm_file with the minor exception that components | |
392 | # of the tm_file set here will always be of the form: | |
393 | # | |
b91da81f | 394 | # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h |
9e405fe5 LR |
395 | # |
396 | # The machine-specific section should not tamper with this | |
397 | # ordering but may order all other entries of tm_file as it | |
398 | # pleases around the provided core setting. | |
399 | gas=yes | |
400 | gnu_ld=yes | |
401 | extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" | |
402 | case $machine in | |
403 | *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";; | |
404 | *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";; | |
405 | *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";; | |
406 | *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";; | |
407 | *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;; | |
408 | esac | |
bc3a44db | 409 | tmake_file="t-slibgcc-elf-ver t-freebsd" |
243a7070 | 410 | xmake_file=none |
9e405fe5 LR |
411 | xm_defines=POSIX |
412 | case x${enable_threads} in | |
413 | xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";; | |
414 | x | xyes | xpthreads | xposix) | |
415 | thread_file='posix' | |
416 | tmake_file="${tmake_file} t-freebsd-thread" | |
bc3a44db LR |
417 | # Before 5.0, FreeBSD can't bind shared libraries to -lc |
418 | # when "optionally" threaded via weak pthread_* checks. | |
419 | case $machine in | |
420 | *-*-freebsd[34] | *-*-freebsd[34].*) | |
421 | tmake_file="${tmake_file} t-slibgcc-nolc-override";; | |
422 | esac | |
9e405fe5 LR |
423 | ;; |
424 | *) echo 'Unknown thread configuration for FreeBSD'; exit 1;; | |
425 | esac | |
b7e0196a | 426 | fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h" |
9e405fe5 | 427 | ;; |
61ed06c3 HPN |
428 | esac |
429 | ||
430 | case $machine in | |
431 | # Support site-specific machine types. | |
432 | *local*) | |
61ed06c3 | 433 | rest=`echo $machine | sed -e "s/$cpu_type-//"` |
61ed06c3 | 434 | tm_file=${cpu_type}/$rest.h |
4dc0535b ZW |
435 | if test -f $srcdir/config/${cpu_type}/xm-$rest.h |
436 | then xm_file=${cpu_type}/xm-$rest.h | |
61ed06c3 | 437 | fi |
4dc0535b ZW |
438 | if test -f $srcdir/config/${cpu_type}/x-$rest |
439 | then xmake_file=${cpu_type}/x-$rest | |
440 | fi | |
441 | if test -f $srcdir/config/${cpu_type}/t-$rest | |
442 | then tmake_file=${cpu_type}/t-$rest | |
61ed06c3 HPN |
443 | fi |
444 | ;; | |
30102605 RH |
445 | alpha*-*-unicosmk*) |
446 | use_collect2=yes | |
447 | tm_file="${tm_file} alpha/unicosmk.h" | |
0e5a4ad8 | 448 | |
30102605 RH |
449 | # Don't include t-ieee for now because we don't support that yet |
450 | # tmake_file="alpha/t-ieee" | |
451 | tmake_file="alpha/t-unicosmk" | |
452 | ;; | |
61ed06c3 HPN |
453 | alpha-*-interix) |
454 | tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h" | |
455 | ||
456 | # GAS + IEEE_CONFORMANT+IEEE (no inexact); | |
457 | #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE" | |
458 | ||
459 | # GAS + IEEE_CONFORMANT | |
460 | target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT" | |
461 | ||
34f4f3a5 | 462 | xm_defines=POSIX |
5dd8a9b1 | 463 | xm_file="alpha/xm-alpha-interix.h" |
14455c64 | 464 | tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee" |
61ed06c3 HPN |
465 | if test x$enable_threads = xyes ; then |
466 | thread_file='posix' | |
467 | fi | |
468 | if test x$stabs = xyes ; then | |
469 | tm_file="${tm_file} dbxcoff.h" | |
470 | fi | |
471 | #prefix='$$INTERIX_ROOT'/usr/contrib | |
472 | #local_prefix='$$INTERIX_ROOT'/usr/contrib | |
473 | ;; | |
77a403e4 RH |
474 | alpha*-*-linux*ecoff*) |
475 | echo "Configuration $machine no longer supported" 1>&2 | |
476 | exit 1 | |
477 | ;; | |
61ed06c3 HPN |
478 | alpha*-*-linux*libc1*) |
479 | tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h" | |
480 | target_cpu_default="MASK_GAS" | |
cea3bd3e RH |
481 | tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee" |
482 | extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" | |
61ed06c3 HPN |
483 | gas=yes gnu_ld=yes |
484 | if test x$enable_threads = xyes; then | |
485 | thread_file='posix' | |
486 | fi | |
487 | ;; | |
488 | alpha*-*-linux*) | |
489 | tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h" | |
490 | target_cpu_default="MASK_GAS" | |
cea3bd3e | 491 | tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee" |
61ed06c3 | 492 | ;; |
83248d49 RM |
493 | alpha*-*-gnu*) |
494 | target_cpu_default="MASK_GAS" | |
495 | tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee" | |
496 | ;; | |
61ed06c3 | 497 | alpha*-*-freebsd*) |
9e405fe5 | 498 | tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h" |
61ed06c3 | 499 | target_cpu_default="MASK_GAS" |
cea3bd3e RH |
500 | tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee" |
501 | extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" | |
61ed06c3 HPN |
502 | ;; |
503 | alpha*-*-netbsd*) | |
f982f805 | 504 | tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h" |
61ed06c3 | 505 | target_cpu_default="MASK_GAS" |
cea3bd3e | 506 | tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee" |
61ed06c3 HPN |
507 | ;; |
508 | ||
509 | alpha*-*-openbsd*) | |
cf0005c6 | 510 | tm_file="${cpu_type}/${cpu_type}.h ${tm_file}" |
61ed06c3 HPN |
511 | # default x-alpha is only appropriate for dec-osf. |
512 | target_cpu_default="MASK_GAS" | |
513 | tmake_file="alpha/t-alpha alpha/t-ieee" | |
514 | ;; | |
0e5a4ad8 | 515 | |
c7bdf0a6 | 516 | alpha*-dec-osf[45]*) |
b19a539e | 517 | xm_defines=POSIX |
61ed06c3 HPN |
518 | if test x$stabs = xyes |
519 | then | |
520 | tm_file="${tm_file} dbx.h" | |
521 | fi | |
522 | if test x$gas != xyes | |
523 | then | |
524 | extra_passes="mips-tfile mips-tdump" | |
525 | fi | |
526 | use_collect2=yes | |
c7bdf0a6 ZW |
527 | tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4" |
528 | tm_file="${tm_file} alpha/osf.h" | |
817e13c4 | 529 | extra_headers=va_list.h |
61ed06c3 | 530 | case $machine in |
61ed06c3 | 531 | *-*-osf4*) |
61ed06c3 HPN |
532 | # Some versions of OSF4 (specifically X4.0-9 296.7) have |
533 | # a broken tar, so we use cpio instead. | |
534 | install_headers_dir=install-headers-cpio | |
c7bdf0a6 ZW |
535 | # Set target_cpu_default except on 4.0a. |
536 | case $machine in | |
537 | *-*-osf4.0a) ;; | |
538 | *) target_cpu_default=MASK_SUPPORT_ARCH | |
539 | esac | |
61ed06c3 HPN |
540 | ;; |
541 | *-*-osf5*) | |
c7bdf0a6 | 542 | tm_file="${tm_file} alpha/osf5.h" |
61ed06c3 HPN |
543 | target_cpu_default=MASK_SUPPORT_ARCH |
544 | ;; | |
545 | esac | |
546 | ;; | |
547 | alpha*-*-vxworks*) | |
b19a539e | 548 | xm_defines=POSIX |
61ed06c3 HPN |
549 | tm_file="${tm_file} dbx.h alpha/vxworks.h" |
550 | tmake_file="alpha/t-alpha alpha/t-ieee" | |
551 | if [ x$gas != xyes ] | |
552 | then | |
553 | extra_passes="mips-tfile mips-tdump" | |
554 | fi | |
555 | use_collect2=yes | |
556 | thread_file='vxworks' | |
557 | ;; | |
b6bfa876 DR |
558 | alpha64-dec-*vms*) |
559 | xm_defines=POSIX | |
cf0005c6 | 560 | tm_file="${tm_file} alpha/vms.h alpha/vms64.h" |
b6bfa876 DR |
561 | xm_file="alpha/xm-vms.h alpha/xm-vms64.h" |
562 | tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee" | |
563 | xmake_file=alpha/x-vms | |
564 | exeext=.exe | |
565 | # This removes the cpu type and manufacturer components and | |
566 | # replaces "." with "_" in the operating system version. | |
567 | case $host in *-*-*vms*) | |
568 | target_alias=`echo $host \ | |
569 | | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'` | |
570 | ;; | |
571 | esac | |
ff3aaf17 | 572 | install_headers_dir=install-headers-cp |
b6bfa876 DR |
573 | prefix=/gnu |
574 | local_prefix=/gnu | |
575 | ;; | |
ef057c45 | 576 | alpha*-dec-*vms*) |
b19a539e | 577 | xm_defines=POSIX |
cf0005c6 | 578 | tm_file="${tm_file} alpha/vms.h" |
4dc0535b | 579 | xm_file=alpha/xm-vms.h |
61ed06c3 | 580 | tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee" |
d133777f | 581 | xmake_file=alpha/x-vms |
ef057c45 DR |
582 | exeext=.exe |
583 | # This removes the cpu type and manufacturer components and | |
584 | # replaces "." with "_" in the operating system version. | |
585 | case $host in *-*-*vms*) | |
586 | target_alias=`echo $host \ | |
587 | | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'` | |
588 | ;; | |
589 | esac | |
ff3aaf17 | 590 | install_headers_dir=install-headers-cp |
ef057c45 DR |
591 | prefix=/gnu |
592 | local_prefix=/gnu | |
61ed06c3 | 593 | ;; |
2cc07db4 | 594 | arc-*-elf*) |
c40409ce | 595 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" |
2cc07db4 RH |
596 | extra_parts="crtinit.o crtfini.o" |
597 | ;; | |
61ed06c3 | 598 | arm-*-coff* | armel-*-coff*) |
5059254f | 599 | tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h" |
61ed06c3 HPN |
600 | tmake_file=arm/t-arm-coff |
601 | ;; | |
602 | arm-*-vxworks*) | |
5059254f | 603 | tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h" |
61ed06c3 HPN |
604 | tmake_file=arm/t-arm-coff |
605 | thread_file='vxworks' | |
606 | ;; | |
61ed06c3 | 607 | arm-semi-aout | armel-semi-aout) |
5059254f | 608 | tm_file="arm/semi.h arm/aout.h arm/arm.h" |
61ed06c3 HPN |
609 | tmake_file=arm/t-semi |
610 | ;; | |
611 | arm-semi-aof | armel-semi-aof) | |
5059254f | 612 | tm_file="arm/semiaof.h arm/aof.h arm/arm.h" |
7857f134 | 613 | tmake_file=arm/t-semi |
61ed06c3 | 614 | ;; |
5742588d DB |
615 | arm*-*-freebsd*|strongarm*-*-freebsd*) |
616 | tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h" | |
617 | tmake_file="${tmake_file} arm/t-strongarm-elf" | |
618 | ;; | |
69474c3c JT |
619 | arm*-*-netbsdelf*) |
620 | echo "GCC does not yet support the ${machine} target"; exit 1 | |
621 | ;; | |
61ed06c3 | 622 | arm*-*-netbsd*) |
f982f805 | 623 | tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h" |
61ed06c3 | 624 | tmake_file="t-netbsd arm/t-netbsd" |
5721cd84 | 625 | use_collect2=yes |
61ed06c3 | 626 | ;; |
14879e76 | 627 | arm*-*-linux*) # ARM GNU/Linux with ELF |
c40409ce | 628 | tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h" |
7b3a4df5 | 629 | tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux" |
61ed06c3 HPN |
630 | extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" |
631 | gnu_ld=yes | |
632 | case x${enable_threads} in | |
633 | x | xyes | xpthreads | xposix) | |
634 | thread_file='posix' | |
635 | ;; | |
636 | esac | |
637 | ;; | |
638 | arm*-*-uclinux*) # ARM ucLinux | |
c40409ce | 639 | tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h" |
61ed06c3 HPN |
640 | tmake_file=arm/t-arm-elf |
641 | ;; | |
642 | arm*-*-aout) | |
f910b1bb | 643 | tm_file="arm/aout.h arm/arm.h" |
61ed06c3 HPN |
644 | tmake_file=arm/t-arm-aout |
645 | ;; | |
646 | arm*-*-ecos-elf) | |
c40409ce | 647 | tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h" |
61ed06c3 | 648 | tmake_file=arm/t-arm-elf |
0e5a4ad8 | 649 | ;; |
f22b4bc4 JS |
650 | arm*-*-rtems*) |
651 | xm_defines=POSIX | |
652 | tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h" | |
653 | tmake_file="arm/t-arm-elf t-rtems" | |
654 | if test x$enable_threads = xyes; then | |
655 | thread_file='rtems' | |
656 | fi | |
657 | ;; | |
61ed06c3 | 658 | arm*-*-elf) |
c40409ce | 659 | tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" |
61ed06c3 HPN |
660 | tmake_file=arm/t-arm-elf |
661 | ;; | |
662 | arm*-*-conix*) | |
c40409ce | 663 | tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h" |
61ed06c3 HPN |
664 | tmake_file=arm/t-arm-elf |
665 | ;; | |
666 | arm*-*-oabi) | |
c40409ce | 667 | tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" |
61ed06c3 HPN |
668 | tmake_file=arm/t-arm-elf |
669 | ;; | |
670 | arm-*-pe*) | |
f910b1bb | 671 | tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h" |
61ed06c3 HPN |
672 | tmake_file=arm/t-pe |
673 | extra_objs="pe.o" | |
674 | ;; | |
675 | avr-*-*) | |
676 | ;; | |
bc98ef7f | 677 | c4x-*-rtems*) |
f22b4bc4 | 678 | xm_defines=POSIX |
bc98ef7f | 679 | tmake_file="c4x/t-c4x t-rtems" |
fdc76b09 | 680 | tm_file="c4x/c4x.h c4x/rtems.h rtems.h" |
bc98ef7f JS |
681 | if test x$enable_threads = xyes; then |
682 | thread_file='rtems' | |
683 | fi | |
51fabca5 NB |
684 | c_target_objs="c4x-c.o" |
685 | cxx_target_objs="c4x-c.o" | |
bc98ef7f | 686 | ;; |
61ed06c3 | 687 | c4x-*) |
61ed06c3 | 688 | tmake_file=c4x/t-c4x |
51fabca5 NB |
689 | c_target_objs="c4x-c.o" |
690 | cxx_target_objs="c4x-c.o" | |
61ed06c3 | 691 | ;; |
0b85d816 | 692 | cris-*-aout) |
32fb7c9d | 693 | tm_file="dbxelf.h ${tm_file} cris/aout.h" |
0b85d816 HPN |
694 | gas=yes |
695 | tmake_file="cris/t-cris cris/t-aout" | |
696 | ;; | |
697 | cris-*-elf | cris-*-none) | |
c40409ce | 698 | tm_file="dbxelf.h elfos.h ${tm_file}" |
0b85d816 HPN |
699 | tmake_file="cris/t-cris cris/t-elfmulti" |
700 | gas=yes | |
701 | ;; | |
702 | cris-*-linux*) | |
c40409ce | 703 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h" |
0b85d816 | 704 | tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux" |
0b85d816 | 705 | ;; |
61ed06c3 | 706 | d30v-*) |
c40409ce | 707 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" |
61ed06c3 HPN |
708 | ;; |
709 | dsp16xx-*) | |
710 | ;; | |
61ed06c3 | 711 | fr30-*-elf) |
c40409ce | 712 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" |
61ed06c3 HPN |
713 | tmake_file=fr30/t-fr30 |
714 | extra_parts="crti.o crtn.o crtbegin.o crtend.o" | |
715 | ;; | |
36a05131 BS |
716 | frv-*-elf) |
717 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h" | |
718 | tmake_file=frv/t-frv | |
719 | ;; | |
bc98ef7f | 720 | h8300-*-rtems*) |
f22b4bc4 | 721 | xm_defines=POSIX |
bc98ef7f | 722 | tmake_file="h8300/t-h8300 t-rtems" |
f22b4bc4 | 723 | tm_file="h8300/h8300.h h8300/rtems.h rtems.h" |
bc98ef7f JS |
724 | if test x$enable_threads = xyes; then |
725 | thread_file='rtems' | |
726 | fi | |
bc98ef7f | 727 | ;; |
9f5b774b R |
728 | h8300-*-elf*) |
729 | tmake_file="h8300/t-h8300 h8300/t-elf" | |
730 | tm_file="h8300/h8300.h h8300/elf.h" | |
9f5b774b | 731 | ;; |
61ed06c3 | 732 | h8300-*-*) |
61ed06c3 | 733 | ;; |
c21a2372 AM |
734 | hppa*64*-*-linux* | parisc*64*-*-linux*) |
735 | target_cpu_default="(MASK_PA_11 | MASK_PA_20)" | |
c40409ce | 736 | tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \ |
c21a2372 AM |
737 | pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h" |
738 | tmake_file=pa/t-linux64 | |
c21a2372 AM |
739 | gas=yes gnu_ld=yes |
740 | ;; | |
741 | hppa*-*-linux* | parisc*-*-linux*) | |
742 | target_cpu_default="MASK_PA_11" | |
c40409ce | 743 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \ |
c21a2372 | 744 | pa/pa32-regs.h pa/pa32-linux.h" |
7b3a4df5 | 745 | tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux" |
61ed06c3 HPN |
746 | ;; |
747 | hppa*-*-openbsd*) | |
748 | target_cpu_default="MASK_PA_11" | |
14455c64 | 749 | tmake_file=pa/t-bsd |
61ed06c3 HPN |
750 | ;; |
751 | hppa1.1-*-pro*) | |
752 | target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)" | |
c40409ce | 753 | tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h" |
14455c64 | 754 | tmake_file="pa/t-bsd pa/t-pro" |
ed9d6ff9 | 755 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
756 | ;; |
757 | hppa1.1-*-osf*) | |
758 | target_cpu_default="MASK_PA_11" | |
759 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h" | |
14455c64 | 760 | tmake_file="pa/t-bsd pa/t-pa" |
ed9d6ff9 | 761 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
762 | use_collect2=yes |
763 | ;; | |
764 | hppa1.1-*-rtems*) | |
f22b4bc4 | 765 | xm_defines=POSIX |
61ed06c3 | 766 | target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)" |
f22b4bc4 | 767 | tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h rtems.h" |
14455c64 | 768 | tmake_file="pa/t-bsd pa/t-pro" |
ed9d6ff9 | 769 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
770 | ;; |
771 | hppa1.0-*-osf*) | |
772 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h" | |
14455c64 | 773 | tmake_file="pa/t-bsd pa/t-pa" |
ed9d6ff9 | 774 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
775 | use_collect2=yes |
776 | ;; | |
777 | hppa1.1-*-bsd*) | |
778 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h" | |
779 | target_cpu_default="MASK_PA_11" | |
14455c64 | 780 | tmake_file="pa/t-bsd pa/t-pa" |
ed9d6ff9 | 781 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
782 | use_collect2=yes |
783 | ;; | |
784 | hppa1.0-*-bsd*) | |
785 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h" | |
14455c64 | 786 | tmake_file="pa/t-bsd pa/t-pa" |
ed9d6ff9 | 787 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
788 | use_collect2=yes |
789 | ;; | |
790 | hppa1.0-*-hpux7*) | |
791 | tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h" | |
34f4f3a5 | 792 | xm_defines=POSIX |
14455c64 | 793 | tmake_file=pa/t-pa-hpux |
61ed06c3 HPN |
794 | install_headers_dir=install-headers-cpio |
795 | use_collect2=yes | |
796 | ;; | |
797 | hppa1.0-*-hpux8.0[0-2]*) | |
798 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h" | |
34f4f3a5 | 799 | xm_defines=POSIX |
14455c64 | 800 | tmake_file=pa/t-pa-hpux |
c21a2372 | 801 | if test x$gas != xyes |
61ed06c3 | 802 | then |
61ed06c3 HPN |
803 | tm_file="pa/pa-oldas.h ${tm_file}" |
804 | fi | |
805 | install_headers_dir=install-headers-cpio | |
806 | use_collect2=yes | |
807 | ;; | |
808 | hppa1.1-*-hpux8.0[0-2]*) | |
809 | target_cpu_default="MASK_PA_11" | |
810 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h" | |
34f4f3a5 | 811 | xm_defines=POSIX |
14455c64 | 812 | tmake_file=pa/t-pa-hpux |
c21a2372 | 813 | if test x$gas != xyes |
61ed06c3 | 814 | then |
61ed06c3 HPN |
815 | tm_file="pa/pa-oldas.h ${tm_file}" |
816 | fi | |
817 | install_headers_dir=install-headers-cpio | |
818 | use_collect2=yes | |
819 | ;; | |
820 | hppa1.1-*-hpux8*) | |
821 | target_cpu_default="MASK_PA_11" | |
822 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h" | |
34f4f3a5 | 823 | xm_defines=POSIX |
14455c64 | 824 | tmake_file=pa/t-pa-hpux |
61ed06c3 HPN |
825 | install_headers_dir=install-headers-cpio |
826 | use_collect2=yes | |
827 | ;; | |
828 | hppa1.0-*-hpux8*) | |
829 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h" | |
34f4f3a5 | 830 | xm_defines=POSIX |
14455c64 | 831 | tmake_file=pa/t-pa-hpux |
61ed06c3 HPN |
832 | install_headers_dir=install-headers-cpio |
833 | use_collect2=yes | |
834 | ;; | |
835 | hppa1.1-*-hpux10* | hppa2*-*-hpux10*) | |
836 | target_cpu_default="MASK_PA_11" | |
837 | tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h" | |
34f4f3a5 | 838 | xm_defines=POSIX |
e4761274 | 839 | tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" |
ed9d6ff9 | 840 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
841 | if test x$enable_threads = x; then |
842 | enable_threads=$have_pthread_h | |
843 | fi | |
844 | case x${enable_threads} in | |
845 | xyes | xdce) | |
846 | tmake_file="${tmake_file} pa/t-dce-thr" | |
847 | ;; | |
848 | esac | |
849 | install_headers_dir=install-headers-cpio | |
850 | use_collect2=yes | |
851 | ;; | |
852 | hppa1.0-*-hpux10*) | |
853 | tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h" | |
34f4f3a5 | 854 | xm_defines=POSIX |
e4761274 | 855 | tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" |
ed9d6ff9 | 856 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
857 | if test x$enable_threads = x; then |
858 | enable_threads=$have_pthread_h | |
859 | fi | |
860 | case x${enable_threads} in | |
861 | xyes | xdce) | |
862 | tmake_file="${tmake_file} pa/t-dce-thr" | |
863 | ;; | |
864 | esac | |
865 | install_headers_dir=install-headers-cpio | |
866 | use_collect2=yes | |
867 | ;; | |
868 | hppa*64*-*-hpux11*) | |
34f4f3a5 | 869 | xm_defines=POSIX |
38010927 | 870 | tm_file="pa/pa64-start.h ${tm_file} pa/pa64-regs.h pa/long_double.h pa/elf.h pa/pa-hpux.h pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h" |
eab854f6 | 871 | tmake_file="pa/t-pa64 pa/t-pa-hpux" |
ed9d6ff9 | 872 | xmake_file="pa/x-ada" |
c81460e4 | 873 | target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)" |
61ed06c3 | 874 | |
83eb95f9 SE |
875 | if test x$gnu_ld = xyes |
876 | then | |
877 | target_cpu_default="${target_cpu_default}|MASK_GNU_LD" | |
878 | fi | |
61ed06c3 HPN |
879 | # if [ x$enable_threads = x ]; then |
880 | # enable_threads=$have_pthread_h | |
881 | # fi | |
882 | # if [ x$enable_threads = xyes ]; then | |
883 | # thread_file='dce' | |
884 | # tmake_file="${tmake_file} pa/t-dce-thr" | |
885 | # fi | |
886 | install_headers_dir=install-headers-cpio | |
887 | use_collect2=yes | |
888 | ;; | |
889 | hppa1.1-*-hpux11* | hppa2*-*-hpux11*) | |
890 | target_cpu_default="MASK_PA_11" | |
891 | tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h" | |
34f4f3a5 | 892 | xm_defines=POSIX |
e4761274 | 893 | tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" |
ed9d6ff9 | 894 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
895 | # if test x$enable_threads = x; then |
896 | # enable_threads=$have_pthread_h | |
897 | # fi | |
898 | # if test x$enable_threads = xyes; then | |
899 | # thread_file='dce' | |
900 | # tmake_file="${tmake_file} pa/t-dce-thr" | |
901 | # fi | |
902 | install_headers_dir=install-headers-cpio | |
903 | use_collect2=yes | |
904 | ;; | |
905 | hppa1.0-*-hpux11*) | |
906 | tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h" | |
34f4f3a5 | 907 | xm_defines=POSIX |
e4761274 | 908 | tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" |
ed9d6ff9 | 909 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
910 | # if test x$enable_threads = x; then |
911 | # enable_threads=$have_pthread_h | |
912 | # fi | |
913 | # if test x$enable_threads = xyes; then | |
914 | # thread_file='dce' | |
915 | # tmake_file="${tmake_file} pa/t-dce-thr" | |
916 | # fi | |
917 | install_headers_dir=install-headers-cpio | |
918 | use_collect2=yes | |
919 | ;; | |
920 | hppa1.1-*-hpux* | hppa2*-*-hpux*) | |
921 | target_cpu_default="MASK_PA_11" | |
922 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h" | |
34f4f3a5 | 923 | xm_defines=POSIX |
14455c64 | 924 | tmake_file=pa/t-pa-hpux |
61ed06c3 HPN |
925 | install_headers_dir=install-headers-cpio |
926 | use_collect2=yes | |
927 | ;; | |
928 | hppa1.0-*-hpux*) | |
929 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h" | |
34f4f3a5 | 930 | xm_defines=POSIX |
14455c64 | 931 | tmake_file=pa/t-pa-hpux |
61ed06c3 HPN |
932 | install_headers_dir=install-headers-cpio |
933 | use_collect2=yes | |
934 | ;; | |
935 | hppa1.1-*-hiux* | hppa2*-*-hiux*) | |
936 | target_cpu_default="MASK_PA_11" | |
937 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h" | |
34f4f3a5 | 938 | xm_defines=POSIX |
14455c64 | 939 | tmake_file=pa/t-pa-hpux |
61ed06c3 HPN |
940 | install_headers_dir=install-headers-cpio |
941 | use_collect2=yes | |
942 | ;; | |
943 | hppa1.0-*-hiux*) | |
944 | tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h" | |
34f4f3a5 | 945 | xm_defines=POSIX |
14455c64 | 946 | tmake_file=pa/t-pa-hpux |
61ed06c3 HPN |
947 | install_headers_dir=install-headers-cpio |
948 | use_collect2=yes | |
949 | ;; | |
950 | hppa*-*-lites*) | |
c40409ce | 951 | tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h" |
61ed06c3 | 952 | target_cpu_default="MASK_PA_11" |
14455c64 | 953 | tmake_file="pa/t-bsd pa/t-pa" |
ed9d6ff9 | 954 | xmake_file="pa/x-ada" |
61ed06c3 HPN |
955 | use_collect2=yes |
956 | ;; | |
957 | hppa*-*-mpeix*) | |
958 | tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h" | |
5dd8a9b1 | 959 | tmake_file=pa/t-mpeix |
0e5a4ad8 | 960 | echo "You must use gas. Assuming it is already installed." |
c21a2372 | 961 | gas=yes |
61ed06c3 | 962 | install_headers_dir=install-headers-tar |
0e5a4ad8 EC |
963 | use_collect2=yes |
964 | ;; | |
61ed06c3 | 965 | i370-*-opened*) # IBM 360/370/390 Architecture |
34f4f3a5 | 966 | xm_defines='POSIX FATAL_EXIT_CODE=12' |
61ed06c3 | 967 | tm_file=i370/oe.h |
14455c64 | 968 | tmake_file="i370/t-oe i370/t-i370" |
51fabca5 NB |
969 | c_target_objs="i370-c.o" |
970 | cxx_target_objs="i370-c.o" | |
61ed06c3 HPN |
971 | ;; |
972 | i370-*-mvs*) | |
34f4f3a5 | 973 | xm_defines='POSIX FATAL_EXIT_CODE=12' |
61ed06c3 | 974 | tm_file=i370/mvs.h |
51fabca5 NB |
975 | tmake_file="i370/t-i370" |
976 | c_target_objs="i370-c.o" | |
977 | cxx_target_objs="i370-c.o" | |
61ed06c3 HPN |
978 | ;; |
979 | i370-*-linux*) | |
c40409ce | 980 | tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}" |
7b3a4df5 | 981 | tmake_file="t-slibgcc-elf-ver t-linux" |
61ed06c3 | 982 | # broken_install=yes |
61ed06c3 | 983 | elf=yes |
61ed06c3 | 984 | ;; |
b069de3b SS |
985 | i[34567]86-*-darwin*) |
986 | tm_file="${tm_file} darwin.h i386/darwin.h" | |
987 | tm_p_file="${tm_p_file} darwin-protos.h" | |
3cfe49da | 988 | tmake_file="t-darwin" |
b069de3b SS |
989 | extra_objs="darwin.o" |
990 | target_gtfiles="\$(srcdir)/config/darwin.c" | |
991 | c_target_objs="darwin-c.o" | |
992 | cxx_target_objs="darwin-c.o" | |
3cfe49da | 993 | extra_parts="crt2.o" |
b069de3b SS |
994 | # Darwin linker does collect2 functionality |
995 | use_collect2=no | |
b069de3b | 996 | ;; |
61ed06c3 | 997 | i[34567]86-*-elf*) |
34f4f3a5 | 998 | xm_defines=POSIX |
39ed301b | 999 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h" |
14455c64 | 1000 | tmake_file="i386/t-i386elf t-svr4" |
61ed06c3 | 1001 | ;; |
61ed06c3 | 1002 | i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4 |
34f4f3a5 | 1003 | xm_defines="POSIX SMALL_ARG_MAX" |
61ed06c3 HPN |
1004 | if test x$stabs = xyes -a x$gas = xyes |
1005 | then | |
1006 | tm_file=i386/sysv4gdb.h | |
1007 | else | |
3d05b15f | 1008 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h" |
61ed06c3 HPN |
1009 | fi |
1010 | extra_parts="crtbegin.o crtend.o" | |
1011 | tmake_file=i386/t-crtpic | |
1012 | ;; | |
61ed06c3 | 1013 | i[34567]86-*-netware) # Intel 80386's running netware |
39ed301b | 1014 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h" |
61ed06c3 HPN |
1015 | tmake_file=i386/t-netware |
1016 | ;; | |
61ed06c3 | 1017 | i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*) |
70305f2b RH |
1018 | if test x$gas = xyes |
1019 | then | |
1020 | tm_file="${tm_file} usegas.h" | |
1021 | fi | |
34f4f3a5 | 1022 | xm_defines="POSIX SMALL_ARG_MAX" |
39ed301b | 1023 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h" |
61ed06c3 HPN |
1024 | tmake_file=t-svr4 |
1025 | extra_parts="crtbegin.o crtend.o" | |
1026 | install_headers_dir=install-headers-cpio | |
1027 | ;; | |
c7bdf0a6 ZW |
1028 | i[34567]86-sequent-sysv*) # would otherwise be caught by i?86-*-sysv* |
1029 | echo "*** Configuration $machine not supported" 1>&2 | |
1030 | exit 1 | |
61ed06c3 HPN |
1031 | ;; |
1032 | i[34567]86-wrs-vxworks*) | |
3d05b15f | 1033 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/vxi386.h" |
61ed06c3 HPN |
1034 | thread_file='vxworks' |
1035 | ;; | |
1036 | i[34567]86-*-aout*) | |
39ed301b | 1037 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h" |
61ed06c3 HPN |
1038 | ;; |
1039 | i[34567]86-*-beoself* | i[34567]86-*-beos*) | |
34f4f3a5 | 1040 | xm_defines=POSIX |
61ed06c3 | 1041 | tmake_file='i386/t-beos i386/t-crtpic' |
39ed301b | 1042 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h" |
61ed06c3 HPN |
1043 | extra_parts='crtbegin.o crtend.o' |
1044 | ;; | |
c7bdf0a6 | 1045 | i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*) |
39ed301b | 1046 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h" |
61ed06c3 HPN |
1047 | tmake_file=t-freebsd |
1048 | ;; | |
1049 | i[34567]86-*-freebsd*) | |
39ed301b | 1050 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h" |
e564e618 DB |
1051 | ;; |
1052 | x86_64-*-freebsd*) | |
39ed301b | 1053 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h" |
61ed06c3 | 1054 | ;; |
6ea0279f | 1055 | i[34567]86-*-netbsdelf*) |
39ed301b | 1056 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h" |
6ea0279f | 1057 | ;; |
61ed06c3 | 1058 | i[34567]86-*-netbsd*) |
39ed301b | 1059 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h" |
61ed06c3 | 1060 | tmake_file=t-netbsd |
5721cd84 | 1061 | use_collect2=yes |
61ed06c3 | 1062 | ;; |
7c884404 | 1063 | x86_64-*-netbsd*) |
39ed301b | 1064 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h" |
7c884404 | 1065 | ;; |
61ed06c3 | 1066 | i[34567]86-*-openbsd*) |
39ed301b | 1067 | tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h ${tm_file}" |
f1cf4606 ME |
1068 | # needed to unconfuse gdb |
1069 | tmake_file="t-libc-ok t-openbsd i386/t-openbsd" | |
61ed06c3 HPN |
1070 | # we need collect2 until our bug is fixed... |
1071 | use_collect2=yes | |
1072 | ;; | |
1073 | i[34567]86-*-coff*) | |
39ed301b | 1074 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h" |
61ed06c3 | 1075 | ;; |
c7bdf0a6 ZW |
1076 | i[34567]86-*-linux*oldld*) # would otherwise be caught by i?86-*-linux* |
1077 | echo "*** Configuration $machine not supported" 1>&2 | |
1078 | exit 1 | |
61ed06c3 HPN |
1079 | ;; |
1080 | i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux | |
1081 | # with a.out format | |
61ed06c3 | 1082 | tmake_file="t-linux-aout i386/t-crtstuff" |
39ed301b | 1083 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h" |
61ed06c3 | 1084 | gnu_ld=yes |
61ed06c3 HPN |
1085 | ;; |
1086 | i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux | |
1087 | # with ELF format using the | |
1088 | # GNU/Linux C library 5 | |
39ed301b | 1089 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h" |
7b3a4df5 | 1090 | tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff" |
61ed06c3 HPN |
1091 | extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" |
1092 | gnu_ld=yes | |
61ed06c3 HPN |
1093 | if test x$enable_threads = xyes; then |
1094 | thread_file='single' | |
1095 | fi | |
1096 | ;; | |
1097 | i[34567]86-*-linux*) # Intel 80386's running GNU/Linux | |
1098 | # with ELF format using glibc 2 | |
1099 | # aka GNU/Linux C library 6 | |
39ed301b | 1100 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h" |
7b3a4df5 | 1101 | tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff" |
61ed06c3 | 1102 | ;; |
14f73b5a | 1103 | x86_64-*-linux*) |
39ed301b | 1104 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \ |
32fb7c9d | 1105 | i386/x86-64.h i386/linux64.h" |
56547299 | 1106 | tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64" |
14f73b5a | 1107 | ;; |
61ed06c3 | 1108 | i[34567]86-*-gnu*) |
61ed06c3 HPN |
1109 | ;; |
1110 | i[34567]86-go32-msdos | i[34567]86-*-go32*) | |
1111 | echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead." | |
1112 | exit 1 | |
1113 | ;; | |
1114 | i[34567]86-pc-msdosdjgpp*) | |
1115 | xm_file=i386/xm-djgpp.h | |
39ed301b | 1116 | tm_file="dbxcoff.h ${tm_file} i386/djgpp.h" |
5dd8a9b1 | 1117 | tmake_file=i386/t-djgpp |
61ed06c3 HPN |
1118 | gnu_ld=yes |
1119 | gas=yes | |
1120 | exeext=.exe | |
61ed06c3 HPN |
1121 | case $host in *pc-msdosdjgpp*) |
1122 | target_alias=djgpp | |
1123 | ;; | |
1124 | esac | |
1125 | ;; | |
1126 | i[34567]86-moss-msdos* | i[34567]86-*-moss*) | |
39ed301b | 1127 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h" |
61ed06c3 HPN |
1128 | tmake_file=t-libc-ok |
1129 | gnu_ld=yes | |
1130 | gas=yes | |
1131 | ;; | |
1132 | i[34567]86-*-lynxos*) | |
1133 | if test x$gas = xyes | |
1134 | then | |
39ed301b | 1135 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h" |
61ed06c3 | 1136 | else |
39ed301b | 1137 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h" |
61ed06c3 | 1138 | fi |
61ed06c3 HPN |
1139 | ;; |
1140 | i[34567]86-*-mach*) | |
39ed301b | 1141 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h" |
61ed06c3 HPN |
1142 | # tmake_file=t-libc-ok |
1143 | use_collect2=yes | |
1144 | ;; | |
c7bdf0a6 ZW |
1145 | i[34567]86-go32-rtems* | i[34567]86-*-rtemscoff*) |
1146 | # would otherwise be caught by i?86-*-rtems* | |
1147 | echo "*** Configuration $machine not supported" 1>&2 | |
1148 | exit 1 | |
61ed06c3 | 1149 | ;; |
c7bdf0a6 | 1150 | i[34567]86-*-rtems*) |
f22b4bc4 | 1151 | xm_defines=POSIX |
39ed301b | 1152 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h" |
61ed06c3 HPN |
1153 | extra_parts="crtbegin.o crtend.o crti.o crtn.o" |
1154 | tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems" | |
bc98ef7f JS |
1155 | if test x$enable_threads = xyes; then |
1156 | thread_file='rtems' | |
1157 | fi | |
61ed06c3 HPN |
1158 | ;; |
1159 | i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5 | |
34f4f3a5 | 1160 | xm_defines=POSIX |
61ed06c3 | 1161 | install_headers_dir=install-headers-cpio |
39ed301b | 1162 | tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h" |
61ed06c3 HPN |
1163 | if test x$gas = xyes |
1164 | then | |
70305f2b | 1165 | tm_file="usegas.h ${tm_file}" |
61ed06c3 HPN |
1166 | tmake_file=i386/t-sco5gas |
1167 | else | |
1168 | tmake_file=i386/t-sco5 | |
1169 | fi | |
61ed06c3 HPN |
1170 | extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o" |
1171 | ;; | |
61ed06c3 | 1172 | i[34567]86-*-solaris2*) |
34f4f3a5 | 1173 | xm_defines="POSIX SMALL_ARG_MAX" |
8433a25e | 1174 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h" |
14455c64 | 1175 | tmake_file="i386/t-sol2 t-svr4" |
7b3a4df5 RH |
1176 | if test x$gnu_ld = xyes; then |
1177 | tmake_file="$tmake_file t-slibgcc-elf-ver" | |
1178 | else | |
1179 | tmake_file="$tmake_file t-slibgcc-sld" | |
1180 | fi | |
61ed06c3 | 1181 | extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" |
61ed06c3 HPN |
1182 | if test x${enable_threads} = x; then |
1183 | enable_threads=$have_pthread_h | |
1184 | if test x${enable_threads} = x; then | |
1185 | enable_threads=$have_thread_h | |
1186 | fi | |
1187 | fi | |
1188 | if test x${enable_threads} = xyes; then | |
1189 | if test x${have_pthread_h} = xyes; then | |
1190 | thread_file='posix' | |
1191 | else | |
1192 | thread_file='solaris' | |
1193 | fi | |
1194 | fi | |
1195 | ;; | |
23a535c4 | 1196 | i[34567]86-*-sysv5*) # Intel x86 on System V Release 5 |
34f4f3a5 | 1197 | xm_defines=POSIX |
39ed301b | 1198 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h" |
61ed06c3 HPN |
1199 | if test x$stabs = xyes |
1200 | then | |
1201 | tm_file="${tm_file} dbx.h" | |
1202 | fi | |
14455c64 | 1203 | tmake_file="i386/t-crtpic t-svr4" |
61ed06c3 HPN |
1204 | extra_parts="crtbegin.o crtend.o" |
1205 | if test x$enable_threads = xyes; then | |
1206 | thread_file='posix' | |
1207 | fi | |
1208 | ;; | |
1209 | i[34567]86-*-sysv4*) # Intel 80386's running system V.4 | |
34f4f3a5 | 1210 | xm_defines="POSIX SMALL_ARG_MAX" |
3d05b15f | 1211 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h" |
61ed06c3 HPN |
1212 | if test x$stabs = xyes |
1213 | then | |
1214 | tm_file="${tm_file} dbx.h" | |
1215 | fi | |
14455c64 | 1216 | tmake_file="i386/t-crtpic t-svr4" |
61ed06c3 HPN |
1217 | extra_parts="crtbegin.o crtend.o" |
1218 | ;; | |
1219 | i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit | |
34f4f3a5 | 1220 | xm_defines=POSIX |
39ed301b | 1221 | tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h" |
14455c64 | 1222 | tmake_file="i386/t-crtpic i386/t-udk t-svr4" |
61ed06c3 HPN |
1223 | extra_parts="crtbegin.o crtend.o" |
1224 | install_headers_dir=install-headers-cpio | |
1225 | ;; | |
61ed06c3 | 1226 | i[34567]86-*-sysv*) # Intel 80386's running system V |
34f4f3a5 | 1227 | xm_defines=POSIX |
61ed06c3 HPN |
1228 | if test x$gas = xyes |
1229 | then | |
1230 | if test x$stabs = xyes | |
1231 | then | |
39ed301b | 1232 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h" |
61ed06c3 | 1233 | tmake_file=i386/t-svr3dbx |
c7bdf0a6 | 1234 | extra_parts="svr3.ifile svr3z.ifile" |
61ed06c3 | 1235 | else |
39ed301b | 1236 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h" |
61ed06c3 HPN |
1237 | extra_parts="crtbegin.o crtend.o" |
1238 | tmake_file=i386/t-crtstuff | |
1239 | fi | |
1240 | else | |
39ed301b | 1241 | tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h" |
61ed06c3 HPN |
1242 | extra_parts="crtbegin.o crtend.o" |
1243 | tmake_file=i386/t-crtstuff | |
1244 | fi | |
1245 | tmake_file="$tmake_file i386/t-crtpic" | |
1246 | ;; | |
1247 | i386-*-vsta) # Intel 80386's running VSTa kernel | |
39ed301b DB |
1248 | xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h" |
1249 | tm_file="${tm_file} i386/vsta.h" | |
61ed06c3 HPN |
1250 | ;; |
1251 | i[34567]86-*-win32) | |
b19a539e | 1252 | xm_defines=POSIX |
4dc0535b | 1253 | xm_file=i386/xm-cygwin.h |
61ed06c3 | 1254 | tmake_file=i386/t-cygwin |
39ed301b | 1255 | tm_file="${tm_file} i386/win32.h" |
61ed06c3 HPN |
1256 | extra_objs=winnt.o |
1257 | if test x$enable_threads = xyes; then | |
1258 | thread_file='win32' | |
1259 | fi | |
1260 | exeext=.exe | |
1261 | ;; | |
1262 | i[34567]86-*-pe | i[34567]86-*-cygwin*) | |
b19a539e | 1263 | xm_defines=POSIX |
4dc0535b | 1264 | xm_file=i386/xm-cygwin.h |
61ed06c3 HPN |
1265 | tmake_file=i386/t-cygwin |
1266 | tm_file=i386/cygwin.h | |
61ed06c3 HPN |
1267 | extra_objs=winnt.o |
1268 | if test x$enable_threads = xyes; then | |
1269 | thread_file='win32' | |
1270 | fi | |
1271 | exeext=.exe | |
1272 | ;; | |
1273 | i[34567]86-*-mingw32*) | |
1274 | tm_file=i386/mingw32.h | |
34f4f3a5 | 1275 | xm_defines=POSIX |
4dc0535b | 1276 | xm_file=i386/xm-mingw32.h |
61ed06c3 HPN |
1277 | tmake_file="i386/t-cygwin i386/t-mingw32" |
1278 | extra_objs=winnt.o | |
61ed06c3 HPN |
1279 | if test x$enable_threads = xyes; then |
1280 | thread_file='win32' | |
1281 | fi | |
1282 | exeext=.exe | |
1283 | case $machine in | |
09eaf5a5 | 1284 | *mingw32crt*) |
61ed06c3 HPN |
1285 | tm_file="${tm_file} i386/crtdll.h" |
1286 | ;; | |
09eaf5a5 DS |
1287 | *minwg32msv* | *mingw32*) |
1288 | ;; | |
61ed06c3 HPN |
1289 | esac |
1290 | ;; | |
1291 | i[34567]86-*-uwin*) | |
39ed301b | 1292 | tm_file="i386/cygwin.h i386/uwin.h" |
61ed06c3 HPN |
1293 | tmake_file="i386/t-cygwin i386/t-uwin" |
1294 | extra_objs=winnt.o | |
61ed06c3 HPN |
1295 | if test x$enable_threads = xyes; then |
1296 | thread_file='win32' | |
1297 | fi | |
1298 | exeext=.exe | |
1299 | ;; | |
04cec1a7 | 1300 | i[34567]86-*-interix3*) |
39ed301b | 1301 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h" |
5dd8a9b1 | 1302 | xm_file="i386/xm-i386-interix.h" |
04cec1a7 | 1303 | xm_defines=POSIX |
5dd8a9b1 | 1304 | tmake_file="t-interix i386/t-interix" |
84512347 | 1305 | extra_objs=winnt.o |
5dd8a9b1 | 1306 | xmake_file="x-interix" |
04cec1a7 DR |
1307 | if test x$enable_threads = xyes ; then |
1308 | thread_file='posix' | |
1309 | fi | |
1310 | if test x$stabs = xyes ; then | |
1311 | tm_file="${tm_file} dbxcoff.h" | |
1312 | fi | |
1313 | ;; | |
61ed06c3 | 1314 | i[34567]86-*-interix*) |
39ed301b | 1315 | tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h" |
5dd8a9b1 | 1316 | xm_file="i386/xm-i386-interix.h" |
34f4f3a5 | 1317 | xm_defines=POSIX |
14455c64 | 1318 | tmake_file="t-interix i386/t-interix" |
84512347 | 1319 | extra_objs=winnt.o |
61ed06c3 HPN |
1320 | if test x$enable_threads = xyes ; then |
1321 | thread_file='posix' | |
1322 | fi | |
1323 | if test x$stabs = xyes ; then | |
1324 | tm_file="${tm_file} dbxcoff.h" | |
1325 | fi | |
1326 | ;; | |
61ed06c3 HPN |
1327 | i960-wrs-vxworks5 | i960-wrs-vxworks5.0*) |
1328 | tm_file="${tm_file} i960/vx960.h" | |
1329 | tmake_file=i960/t-vxworks960 | |
1330 | use_collect2=yes | |
1331 | thread_file='vxworks' | |
43fabf7d JW |
1332 | c_target_objs="i960-c.o" |
1333 | cxx_target_objs="i960-c.o" | |
61ed06c3 HPN |
1334 | ;; |
1335 | i960-wrs-vxworks5* | i960-wrs-vxworks) | |
1336 | tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h" | |
1337 | tmake_file=i960/t-vxworks960 | |
1338 | use_collect2=yes | |
1339 | thread_file='vxworks' | |
43fabf7d JW |
1340 | c_target_objs="i960-c.o" |
1341 | cxx_target_objs="i960-c.o" | |
61ed06c3 HPN |
1342 | ;; |
1343 | i960-wrs-vxworks*) | |
1344 | tm_file="${tm_file} i960/vx960.h" | |
1345 | tmake_file=i960/t-vxworks960 | |
1346 | use_collect2=yes | |
1347 | thread_file='vxworks' | |
43fabf7d JW |
1348 | c_target_objs="i960-c.o" |
1349 | cxx_target_objs="i960-c.o" | |
61ed06c3 HPN |
1350 | ;; |
1351 | i960-*-coff*) | |
1352 | tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h" | |
1353 | tmake_file=i960/t-960bare | |
43fabf7d JW |
1354 | c_target_objs="i960-c.o" |
1355 | cxx_target_objs="i960-c.o" | |
61ed06c3 HPN |
1356 | ;; |
1357 | i960-*-rtems) | |
f22b4bc4 | 1358 | xm_defines=POSIX |
61ed06c3 | 1359 | tmake_file="i960/t-960bare t-rtems" |
f22b4bc4 | 1360 | tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h" |
bc98ef7f JS |
1361 | if test x$enable_threads = xyes; then |
1362 | thread_file='rtems' | |
1363 | fi | |
43fabf7d JW |
1364 | c_target_objs="i960-c.o" |
1365 | cxx_target_objs="i960-c.o" | |
61ed06c3 HPN |
1366 | ;; |
1367 | i960-*-*) # Default i960 environment. | |
1368 | use_collect2=yes | |
5f37d07c | 1369 | tmake_file=i960/t-960bare |
43fabf7d JW |
1370 | c_target_objs="i960-c.o" |
1371 | cxx_target_objs="i960-c.o" | |
61ed06c3 | 1372 | ;; |
c177db4b | 1373 | ia64*-*-aix*) |
c40409ce | 1374 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h" |
c177db4b TW |
1375 | tmake_file="ia64/t-ia64 ia64/t-aix" |
1376 | target_cpu_default="MASK_GNU_AS|MASK_GNU_LD" | |
32b4f6f4 | 1377 | extra_parts="crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o" |
c177db4b | 1378 | ;; |
61ed06c3 | 1379 | ia64*-*-elf*) |
c40409ce | 1380 | tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h" |
61ed06c3 HPN |
1381 | tmake_file="ia64/t-ia64" |
1382 | target_cpu_default="0" | |
1383 | if test x$gas = xyes | |
1384 | then | |
1385 | target_cpu_default="${target_cpu_default}|MASK_GNU_AS" | |
1386 | fi | |
1387 | if test x$gnu_ld = xyes | |
1388 | then | |
1389 | target_cpu_default="${target_cpu_default}|MASK_GNU_LD" | |
1390 | fi | |
32b4f6f4 | 1391 | extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" |
61ed06c3 | 1392 | ;; |
243a7070 | 1393 | ia64*-*-freebsd*) |
fee42cc1 | 1394 | tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h" |
243a7070 DB |
1395 | target_cpu_default="MASK_GNU_AS|MASK_GNU_LD" |
1396 | tmake_file="${tmake_file} ia64/t-ia64" | |
32b4f6f4 | 1397 | extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" |
243a7070 | 1398 | ;; |
61ed06c3 | 1399 | ia64*-*-linux*) |
c40409ce | 1400 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h" |
7b3a4df5 | 1401 | tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc" |
61ed06c3 | 1402 | target_cpu_default="MASK_GNU_AS|MASK_GNU_LD" |
32b4f6f4 | 1403 | extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" |
61ed06c3 | 1404 | ;; |
7e5b9908 | 1405 | ia64*-*-hpux*) |
c40409ce | 1406 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h" |
23c108af | 1407 | tmake_file="ia64/t-ia64 ia64/t-hpux" |
7e5b9908 SE |
1408 | target_cpu_default="MASK_GNU_AS" |
1409 | if test x$enable_threads = xyes; then | |
1410 | thread_file='posix' | |
1411 | fi | |
cad61762 | 1412 | use_collect2=no |
34c1864f SE |
1413 | c_target_objs="ia64-c.o" |
1414 | cxx_target_objs="ia64-c.o" | |
7e5b9908 | 1415 | ;; |
6d439235 | 1416 | ip2k-*-elf) |
2f9021d3 | 1417 | ;; |
61ed06c3 | 1418 | m32r-*-elf*) |
c40409ce | 1419 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" |
61ed06c3 HPN |
1420 | extra_parts="crtinit.o crtfini.o" |
1421 | ;; | |
1422 | # m68hc11 and m68hc12 share the same machine description. | |
1423 | m68hc11-*-*|m6811-*-*) | |
c40409ce | 1424 | tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h" |
61ed06c3 HPN |
1425 | tm_p_file="m68hc11/m68hc11-protos.h" |
1426 | md_file="m68hc11/m68hc11.md" | |
1427 | out_file="m68hc11/m68hc11.c" | |
1428 | tmake_file="m68hc11/t-m68hc11-gas" | |
1429 | ;; | |
1430 | m68hc12-*-*|m6812-*-*) | |
c40409ce | 1431 | tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h" |
61ed06c3 | 1432 | tm_p_file="m68hc11/m68hc11-protos.h" |
61ed06c3 HPN |
1433 | md_file="m68hc11/m68hc11.md" |
1434 | out_file="m68hc11/m68hc11.c" | |
1435 | tmake_file="m68hc11/t-m68hc11-gas" | |
1436 | ;; | |
61ed06c3 HPN |
1437 | m68000-hp-bsd*) # HP 9000/200 running BSD |
1438 | tm_file=m68k/hp2bsd.h | |
61ed06c3 | 1439 | use_collect2=yes |
61ed06c3 HPN |
1440 | ;; |
1441 | m68000-hp-hpux*) # HP 9000 series 300 | |
34f4f3a5 | 1442 | xm_defines=POSIX |
61ed06c3 HPN |
1443 | if test x$gas = xyes |
1444 | then | |
61ed06c3 HPN |
1445 | tm_file=m68k/hp310g.h |
1446 | else | |
61ed06c3 HPN |
1447 | tm_file=m68k/hp310.h |
1448 | fi | |
14455c64 | 1449 | tmake_file=m68k/t-hp320 |
61ed06c3 HPN |
1450 | install_headers_dir=install-headers-cpio |
1451 | use_collect2=yes | |
61ed06c3 HPN |
1452 | ;; |
1453 | m68000-sun-sunos3*) | |
1454 | tm_file=m68k/sun2.h | |
1455 | use_collect2=yes | |
61ed06c3 HPN |
1456 | ;; |
1457 | m68000-sun-sunos4*) | |
1458 | tm_file=m68k/sun2o4.h | |
1459 | use_collect2=yes | |
61ed06c3 HPN |
1460 | ;; |
1461 | m68000-att-sysv*) | |
34f4f3a5 | 1462 | xm_defines=POSIX |
61ed06c3 HPN |
1463 | if test x$gas = xyes |
1464 | then | |
1465 | tm_file=m68k/3b1g.h | |
1466 | else | |
1467 | tm_file=m68k/3b1.h | |
1468 | fi | |
1469 | use_collect2=yes | |
61ed06c3 | 1470 | ;; |
61ed06c3 HPN |
1471 | m68k-atari-sysv4*) # Atari variant of V.4. |
1472 | tm_file=m68k/atari.h | |
34f4f3a5 | 1473 | xm_defines=POSIX |
61ed06c3 HPN |
1474 | tmake_file=t-svr4 |
1475 | extra_parts="crtbegin.o crtend.o" | |
61ed06c3 | 1476 | ;; |
c7bdf0a6 ZW |
1477 | m68k-apollo-sysv* | m68k-bull-sysv*) |
1478 | # can otherwise be caught by m68k-*-sysv4* | |
1479 | echo "*** Configuration $machine not supported" 1>&2 | |
1480 | exit 1 | |
1481 | ;; | |
61ed06c3 HPN |
1482 | m68k-motorola-sysv*) |
1483 | tm_file=m68k/mot3300.h | |
34f4f3a5 | 1484 | xm_defines=POSIX |
61ed06c3 HPN |
1485 | if test x$gas = xyes |
1486 | then | |
61ed06c3 HPN |
1487 | if test x$gnu_ld = xyes |
1488 | then | |
1489 | tmake_file=m68k/t-mot3300-gald | |
1490 | else | |
1491 | tmake_file=m68k/t-mot3300-gas | |
1492 | use_collect2=yes | |
1493 | fi | |
1494 | else | |
61ed06c3 HPN |
1495 | if test x$gnu_ld = xyes |
1496 | then | |
1497 | tmake_file=m68k/t-mot3300-gld | |
1498 | else | |
1499 | tmake_file=m68k/t-mot3300 | |
1500 | use_collect2=yes | |
1501 | fi | |
1502 | fi | |
1503 | gdb_needs_out_file_path=yes | |
1504 | extra_parts="crt0.o mcrt0.o" | |
61ed06c3 HPN |
1505 | ;; |
1506 | m68k-ncr-sysv*) # NCR Tower 32 SVR3 | |
1507 | tm_file=m68k/tower-as.h | |
34f4f3a5 | 1508 | xm_defines=POSIX |
61ed06c3 | 1509 | extra_parts="crtbegin.o crtend.o" |
61ed06c3 HPN |
1510 | ;; |
1511 | m68k-plexus-sysv*) | |
1512 | tm_file=m68k/plexus.h | |
34f4f3a5 | 1513 | xm_defines=POSIX |
61ed06c3 | 1514 | use_collect2=yes |
61ed06c3 HPN |
1515 | ;; |
1516 | m68k-tti-*) | |
1517 | tm_file=m68k/pbb.h | |
34f4f3a5 | 1518 | xm_defines=POSIX |
61ed06c3 HPN |
1519 | ;; |
1520 | m68k-crds-unos*) | |
34f4f3a5 | 1521 | xm_defines=POSIX |
61ed06c3 HPN |
1522 | tm_file=m68k/crds.h |
1523 | use_collect2=yes | |
61ed06c3 HPN |
1524 | ;; |
1525 | m68k-cbm-sysv4*) # Commodore variant of V.4. | |
1526 | tm_file=m68k/amix.h | |
34f4f3a5 | 1527 | xm_defines=POSIX |
61ed06c3 HPN |
1528 | tmake_file=t-svr4 |
1529 | extra_parts="crtbegin.o crtend.o" | |
61ed06c3 HPN |
1530 | ;; |
1531 | m68k-ccur-rtu) | |
1532 | tm_file=m68k/ccur-GAS.h | |
61ed06c3 | 1533 | use_collect2=yes |
61ed06c3 HPN |
1534 | ;; |
1535 | m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd | |
1536 | tm_file=m68k/hp3bsd44.h | |
61ed06c3 | 1537 | use_collect2=yes |
61ed06c3 HPN |
1538 | ;; |
1539 | m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix | |
1540 | tm_file=m68k/hp3bsd.h | |
1541 | use_collect2=yes | |
61ed06c3 | 1542 | ;; |
61ed06c3 | 1543 | m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7. |
34f4f3a5 | 1544 | xm_defines=POSIX |
61ed06c3 HPN |
1545 | if test x$gas = xyes |
1546 | then | |
1547 | xmake_file=m68k/x-hp320g | |
1548 | tm_file=m68k/hp320g.h | |
1549 | else | |
1550 | xmake_file=m68k/x-hp320 | |
1551 | tm_file=m68k/hpux7.h | |
1552 | fi | |
1553 | install_headers_dir=install-headers-cpio | |
1554 | use_collect2=yes | |
61ed06c3 HPN |
1555 | ;; |
1556 | m68k-hp-hpux*) # HP 9000 series 300 | |
34f4f3a5 | 1557 | xm_defines=POSIX |
61ed06c3 HPN |
1558 | if test x$gas = xyes |
1559 | then | |
1560 | xmake_file=m68k/x-hp320g | |
1561 | tm_file=m68k/hp320g.h | |
1562 | else | |
1563 | xmake_file=m68k/x-hp320 | |
1564 | tm_file=m68k/hp320.h | |
1565 | fi | |
1566 | install_headers_dir=install-headers-cpio | |
1567 | use_collect2=yes | |
61ed06c3 HPN |
1568 | ;; |
1569 | m68k-sun-mach*) | |
1570 | tm_file=m68k/sun3mach.h | |
1571 | use_collect2=yes | |
61ed06c3 | 1572 | ;; |
61ed06c3 HPN |
1573 | m68k-sun-sunos3*) |
1574 | if test x$with_fp = xno | |
1575 | then | |
1576 | tm_file=m68k/sun3n3.h | |
1577 | else | |
1578 | tm_file=m68k/sun3o3.h | |
61ed06c3 HPN |
1579 | fi |
1580 | use_collect2=yes | |
61ed06c3 HPN |
1581 | ;; |
1582 | m68k-sun-sunos*) # For SunOS 4 (the default). | |
1583 | if test x$with_fp = xno | |
1584 | then | |
1585 | tm_file=m68k/sun3n.h | |
1586 | else | |
1587 | tm_file=m68k/sun3.h | |
61ed06c3 HPN |
1588 | fi |
1589 | use_collect2=yes | |
61ed06c3 HPN |
1590 | ;; |
1591 | m68k-wrs-vxworks*) | |
1592 | tm_file=m68k/vxm68k.h | |
1593 | tmake_file=m68k/t-vxworks68 | |
61ed06c3 | 1594 | thread_file='vxworks' |
61ed06c3 HPN |
1595 | ;; |
1596 | m68k-*-aout*) | |
1597 | tmake_file=m68k/t-m68kbare | |
1598 | tm_file="m68k/m68k-aout.h libgloss.h" | |
61ed06c3 HPN |
1599 | ;; |
1600 | m68k-*-coff*) | |
1601 | tmake_file=m68k/t-m68kbare | |
1602 | tm_file="m68k/m68k-coff.h dbx.h" | |
61ed06c3 HPN |
1603 | ;; |
1604 | m68020-*-elf* | m68k-*-elf*) | |
91171315 | 1605 | tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h" |
34f4f3a5 | 1606 | xm_defines=POSIX |
61ed06c3 | 1607 | tmake_file=m68k/t-m68kelf |
bb8602be | 1608 | extra_parts="crtbegin.o crtend.o" |
61ed06c3 | 1609 | ;; |
2fd95d71 JT |
1610 | m68010-*-netbsdelf* | m68k*-*-netbsdelf*) |
1611 | tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h" | |
1612 | case $machine in | |
1613 | m68010*) | |
1614 | target_cpu_default="0" | |
1615 | ;; | |
1616 | *) | |
1617 | target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD" | |
1618 | ;; | |
1619 | esac | |
2fd95d71 | 1620 | ;; |
61ed06c3 HPN |
1621 | m68k*-*-netbsd*) |
1622 | tm_file=m68k/netbsd.h | |
1623 | tmake_file=t-netbsd | |
5721cd84 | 1624 | use_collect2=yes |
61ed06c3 HPN |
1625 | ;; |
1626 | m68k*-*-openbsd*) | |
f1cf4606 ME |
1627 | # needed to unconfuse gdb |
1628 | tmake_file="t-libc-ok t-openbsd m68k/t-openbsd" | |
61ed06c3 HPN |
1629 | # we need collect2 until our bug is fixed... |
1630 | use_collect2=yes | |
1631 | ;; | |
61ed06c3 HPN |
1632 | m68k-*-sysv4*) # Motorola m68k's running system V.4 |
1633 | tm_file=m68k/m68kv4.h | |
34f4f3a5 | 1634 | xm_defines=POSIX |
61ed06c3 HPN |
1635 | tmake_file=t-svr4 |
1636 | extra_parts="crtbegin.o crtend.o" | |
61ed06c3 HPN |
1637 | ;; |
1638 | m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux | |
1639 | # with a.out format | |
61ed06c3 HPN |
1640 | tm_file=m68k/linux-aout.h |
1641 | tmake_file="t-linux-aout m68k/t-linux-aout" | |
61ed06c3 HPN |
1642 | gnu_ld=yes |
1643 | ;; | |
1644 | m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux | |
1645 | # with ELF format using the | |
1646 | # GNU/Linux C library 5 | |
61ed06c3 | 1647 | tm_file=m68k/linux.h |
7b3a4df5 | 1648 | tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux" |
61ed06c3 | 1649 | extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" |
61ed06c3 HPN |
1650 | gnu_ld=yes |
1651 | ;; | |
1652 | m68k-*-linux*) # Motorola m68k's running GNU/Linux | |
1653 | # with ELF format using glibc 2 | |
1654 | # aka the GNU/Linux C library 6. | |
61ed06c3 | 1655 | tm_file=m68k/linux.h |
7b3a4df5 | 1656 | tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux" |
61ed06c3 | 1657 | extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" |
61ed06c3 | 1658 | gnu_ld=yes |
61ed06c3 HPN |
1659 | ;; |
1660 | m68k-*-psos*) | |
1661 | tmake_file=m68k/t-m68kbare | |
1662 | tm_file=m68k/m68k-psos.h | |
61ed06c3 | 1663 | ;; |
c7bdf0a6 ZW |
1664 | m68k-*-rtemscoff*) # would otherwise be caught by m68k-*-rtems* |
1665 | echo "*** Configuration $machine not supported" 1>&2 | |
1666 | exit 1 | |
61ed06c3 | 1667 | ;; |
c7bdf0a6 | 1668 | m68k-*-rtems*) |
f22b4bc4 | 1669 | xm_defines=POSIX |
61ed06c3 | 1670 | tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff" |
f22b4bc4 | 1671 | tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h" |
bb8602be | 1672 | extra_parts="crtbegin.o crtend.o" |
bc98ef7f JS |
1673 | if test x$enable_threads = xyes; then |
1674 | thread_file='rtems' | |
1675 | fi | |
61ed06c3 | 1676 | ;; |
61ed06c3 | 1677 | m88k-*-aout*) |
34f4f3a5 | 1678 | xm_defines=POSIX |
61ed06c3 HPN |
1679 | tm_file=m88k/m88k-aout.h |
1680 | ;; | |
61ed06c3 HPN |
1681 | m88k-*-openbsd*) |
1682 | tmake_file="${tmake_file} m88k/t-luna-gas" | |
1683 | tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}" | |
61ed06c3 | 1684 | ;; |
61ed06c3 | 1685 | m88k-*-sysv4*) |
34f4f3a5 | 1686 | xm_defines=POSIX |
c40409ce | 1687 | tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h" |
61ed06c3 | 1688 | extra_parts="crtbegin.o crtend.o" |
61ed06c3 HPN |
1689 | tmake_file=m88k/t-sysv4 |
1690 | ;; | |
1691 | mcore-*-elf) | |
c40409ce | 1692 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h" |
61ed06c3 HPN |
1693 | tmake_file=mcore/t-mcore |
1694 | ;; | |
1695 | mcore-*-pe*) | |
1696 | tm_file=mcore/mcore-pe.h | |
1697 | tmake_file=mcore/t-mcore-pe | |
1698 | ;; | |
789b7de5 RO |
1699 | mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI |
1700 | if test x$gas = xyes | |
1701 | then | |
59267987 | 1702 | tm_file="mips/iris5.h mips/iris5gas.h mips/iris6-o32-gas.h" |
789b7de5 RO |
1703 | if test x$stabs = xyes |
1704 | then | |
1705 | tm_file="${tm_file} dbx.h" | |
1706 | fi | |
59267987 | 1707 | tmake_file=mips/t-iris5-gas |
789b7de5 RO |
1708 | else |
1709 | tm_file="mips/iris5.h mips/iris6-o32-as.h" | |
1710 | tmake_file=mips/t-iris5-as | |
1711 | fi | |
1712 | tm_file="${tm_file} mips/iris6-o32.h" | |
1713 | tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6" | |
1714 | xm_defines=POSIX | |
1715 | xm_file=mips/xm-iris5.h | |
1716 | # mips-tfile doesn't work yet | |
1717 | # See comment in mips/iris5.h file. | |
1718 | use_collect2=yes | |
1719 | # if test x$enable_threads = xyes; then | |
1720 | # thread_file='irix' | |
1721 | # fi | |
1722 | ;; | |
61ed06c3 HPN |
1723 | mips-sgi-irix6*) # SGI System V.4., IRIX 6 |
1724 | if test "x$gnu_ld" = xyes | |
1725 | then | |
1726 | tm_file="mips/iris6.h mips/iris6gld.h" | |
1727 | else | |
1728 | tm_file=mips/iris6.h | |
1729 | fi | |
789b7de5 | 1730 | tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6" |
34f4f3a5 | 1731 | xm_defines=POSIX |
61ed06c3 HPN |
1732 | # if test x$enable_threads = xyes; then |
1733 | # thread_file='irix' | |
1734 | # fi | |
1735 | ;; | |
1736 | mips-wrs-vxworks) | |
6d439235 | 1737 | tm_file="${tm_file} mips/elf.h mips/vxworks.h" |
61ed06c3 HPN |
1738 | tmake_file=mips/t-ecoff |
1739 | gas=yes | |
1740 | gnu_ld=yes | |
1741 | extra_parts="crtbegin.o crtend.o" | |
1742 | thread_file='vxworks' | |
1743 | ;; | |
1744 | mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64 | |
1745 | tm_file="mips/iris6.h mips/cross64.h" | |
34f4f3a5 | 1746 | xm_defines=POSIX |
84c041a1 | 1747 | xm_file=mips/xm-iris5.h |
14455c64 | 1748 | tmake_file="mips/t-iris mips/t-cross64" |
61ed06c3 HPN |
1749 | # See comment in mips/iris[56].h files. |
1750 | use_collect2=yes | |
1751 | # if test x$enable_threads = xyes; then | |
1752 | # thread_file='irix' | |
1753 | # fi | |
1754 | ;; | |
1755 | mips-sni-sysv4) | |
1756 | if test x$gas = xyes | |
1757 | then | |
1758 | if test x$stabs = xyes | |
1759 | then | |
1760 | tm_file=mips/iris5gdb.h | |
1761 | else | |
1762 | tm_file="mips/sni-svr4.h mips/sni-gas.h" | |
1763 | fi | |
1764 | else | |
1765 | tm_file=mips/sni-svr4.h | |
1766 | fi | |
34f4f3a5 | 1767 | xm_defines=POSIX |
61ed06c3 HPN |
1768 | if test x$gnu_ld != xyes |
1769 | then | |
1770 | use_collect2=yes | |
1771 | fi | |
1772 | ;; | |
1773 | mips-sgi-irix5*) # SGI System V.4., IRIX 5 | |
1774 | if test x$gas = xyes | |
1775 | then | |
1776 | tm_file="mips/iris5.h mips/iris5gas.h" | |
1777 | if test x$stabs = xyes | |
1778 | then | |
1779 | tm_file="${tm_file} dbx.h" | |
1780 | fi | |
59267987 | 1781 | tmake_file=mips/t-iris5-gas |
61ed06c3 HPN |
1782 | else |
1783 | tm_file=mips/iris5.h | |
789b7de5 | 1784 | tmake_file=mips/t-iris5-as |
61ed06c3 | 1785 | fi |
789b7de5 | 1786 | tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6" |
34f4f3a5 | 1787 | xm_defines=POSIX |
84c041a1 | 1788 | xm_file=mips/xm-iris5.h |
61ed06c3 | 1789 | # mips-tfile doesn't work yet |
61ed06c3 HPN |
1790 | # See comment in mips/iris5.h file. |
1791 | use_collect2=yes | |
1792 | # if test x$enable_threads = xyes; then | |
1793 | # thread_file='irix' | |
1794 | # fi | |
1795 | ;; | |
c7bdf0a6 ZW |
1796 | mips-sgi-*) # would otherwise be caught by mips-*-elf* |
1797 | echo "*** Configuration $machine not supported" 1>&2 | |
1798 | exit 1 | |
61ed06c3 | 1799 | ;; |
f982f805 | 1800 | mips*-*-netbsd*) # NetBSD/mips, either endian. |
27f4b67e | 1801 | target_cpu_default="MASK_GAS|MASK_ABICALLS" |
f3f268dd | 1802 | tm_file="elfos.h ${tm_file} mips/netbsd.h" |
cd24b8a4 | 1803 | tmake_file="${tmake_file} mips/t-netbsd" |
61ed06c3 HPN |
1804 | ;; |
1805 | mips*-*-linux*) # Linux MIPS, either endian. | |
2017ed61 | 1806 | tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h" |
61ed06c3 | 1807 | case $machine in |
009da785 | 1808 | mipsisa32*-*) |
009da785 | 1809 | target_cpu_default="MASK_SOFT_FLOAT" |
6d439235 | 1810 | tm_defines="MIPS_ISA_DEFAULT=32" |
009da785 EC |
1811 | ;; |
1812 | esac | |
5f083b72 | 1813 | tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux" |
61ed06c3 HPN |
1814 | ;; |
1815 | mips*el-*-openbsd*) # mips little endian | |
1816 | target_cpu_default="MASK_GAS|MASK_ABICALLS" | |
1817 | ;; | |
1818 | mips*-*-openbsd*) # mips big endian | |
1819 | target_cpu_default="MASK_GAS|MASK_ABICALLS" | |
1820 | tm_file="mips/openbsd-be.h ${tm_file}" | |
1821 | ;; | |
74826b0f | 1822 | mips-*-ecoff* | mipsel-*-ecoff*) |
61ed06c3 HPN |
1823 | if test x$stabs = xyes; then |
1824 | tm_file="${tm_file} dbx.h" | |
1825 | fi | |
1826 | tmake_file=mips/t-ecoff | |
1827 | ;; | |
74826b0f | 1828 | mipsisa32-*-elf* | mipsisa32el-*-elf*) |
ac8ab9fe | 1829 | tm_file="${tm_file} mips/elf.h" |
0e5a4ad8 | 1830 | tmake_file=mips/t-isa3264 |
6d439235 | 1831 | tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_MEABI" |
0e5a4ad8 | 1832 | ;; |
5c44e275 | 1833 | mipsisa64-*-elf* | mipsisa64el-*-elf*) |
ac8ab9fe | 1834 | tm_file="${tm_file} mips/elf.h" |
5c44e275 CD |
1835 | tmake_file=mips/t-isa3264 |
1836 | target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS" | |
6d439235 | 1837 | tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_MEABI" |
5c44e275 | 1838 | ;; |
5ce6f47b EC |
1839 | mipsisa64sr71k-*-elf*) |
1840 | tm_file="${tm_file} mips/elf.h" | |
1841 | tmake_file=mips/t-sr71k | |
1842 | target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS" | |
1843 | tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_MEABI" | |
1844 | ;; | |
3d41dbb0 | 1845 | mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*) |
ac8ab9fe | 1846 | tm_file="${tm_file} mips/elf.h" |
3d41dbb0 CD |
1847 | tmake_file=mips/t-elf |
1848 | target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS" | |
1849 | tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64" | |
1850 | ;; | |
74826b0f | 1851 | mips-*-elf* | mipsel-*-elf*) |
6d439235 | 1852 | tm_file="${tm_file} mips/elf.h" |
61ed06c3 HPN |
1853 | tmake_file=mips/t-elf |
1854 | ;; | |
74826b0f | 1855 | mips64-*-elf* | mips64el-*-elf*) |
6d439235 | 1856 | tm_file="${tm_file} mips/elf64.h" |
61ed06c3 | 1857 | tmake_file=mips/t-elf |
6d439235 EC |
1858 | target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS" |
1859 | tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64" | |
61ed06c3 | 1860 | ;; |
5ce6f47b EC |
1861 | mips64vr-*-elf* | mips64vrel-*-elf*) |
1862 | tm_file="mips/vr.h ${tm_file} mips/elf64.h" | |
60bc2b4b | 1863 | tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1" |
5ce6f47b EC |
1864 | tmake_file=mips/t-vr |
1865 | ;; | |
74826b0f | 1866 | mips64orion-*-elf* | mips64orionel-*-elf*) |
6d439235 EC |
1867 | tm_file="${tm_file} mips/elforion.h mips/elf64.h" |
1868 | tmake_file=mips/t-elf | |
61ed06c3 | 1869 | tmake_file=mips/t-elf |
6d439235 EC |
1870 | target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS" |
1871 | tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64" | |
61ed06c3 HPN |
1872 | ;; |
1873 | mips64orion-*-rtems*) | |
f22b4bc4 | 1874 | xm_defines=POSIX |
6d439235 | 1875 | tm_file="${tm_file} mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h" |
61ed06c3 | 1876 | tmake_file="mips/t-elf t-rtems" |
6d439235 EC |
1877 | tmake_file=mips/t-elf |
1878 | target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS" | |
1879 | tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64" | |
bc98ef7f JS |
1880 | if test x$enable_threads = xyes; then |
1881 | thread_file='rtems' | |
1882 | fi | |
1883 | ;; | |
1884 | mips*-*-rtems*) | |
f22b4bc4 | 1885 | xm_defines=POSIX |
6d439235 | 1886 | tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h" |
bc98ef7f JS |
1887 | tmake_file="mips/t-elf t-rtems" |
1888 | if test x$enable_threads = xyes; then | |
1889 | thread_file='rtems' | |
1890 | fi | |
61ed06c3 | 1891 | ;; |
74826b0f | 1892 | mipstx39-*-elf* | mipstx39el-*-elf*) |
ac8ab9fe | 1893 | tm_file="${tm_file} mips/r3900.h mips/elf.h" |
61ed06c3 HPN |
1894 | tmake_file=mips/t-r3900 |
1895 | ;; | |
bcf684c7 HPN |
1896 | mmix-knuth-mmixware) |
1897 | ;; | |
61ed06c3 | 1898 | mn10200-*-*) |
c40409ce | 1899 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" |
61ed06c3 HPN |
1900 | if test x$stabs = xyes |
1901 | then | |
1902 | tm_file="${tm_file} dbx.h" | |
1903 | fi | |
1904 | use_collect2=no | |
1905 | ;; | |
1906 | mn10300-*-*) | |
c40409ce | 1907 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" |
61ed06c3 HPN |
1908 | if test x$stabs = xyes |
1909 | then | |
1910 | tm_file="${tm_file} dbx.h" | |
1911 | fi | |
1912 | use_collect2=no | |
1913 | ;; | |
69474c3c JT |
1914 | ns32k-*-netbsdelf*) |
1915 | echo "GCC does not yet support the ${machine} target"; exit 1 | |
1916 | ;; | |
61ed06c3 | 1917 | ns32k-*-netbsd*) |
c8eb9785 | 1918 | tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h" |
61ed06c3 | 1919 | # On NetBSD, the headers are already okay, except for math.h. |
ac14c725 | 1920 | tmake_file="t-netbsd ns32k/t-ns32k" |
5721cd84 | 1921 | use_collect2=yes |
61ed06c3 HPN |
1922 | ;; |
1923 | pdp11-*-bsd) | |
1924 | tm_file="${tm_file} pdp11/2bsd.h" | |
1925 | ;; | |
1926 | pdp11-*-*) | |
1927 | ;; | |
1928 | avr-*-*) | |
1929 | ;; | |
1930 | ns32k-*-openbsd*) | |
1931 | # Nothing special | |
1932 | ;; | |
61ed06c3 HPN |
1933 | romp-*-openbsd*) |
1934 | # Nothing special | |
1935 | ;; | |
1936 | powerpc-*-openbsd*) | |
e1b71de9 | 1937 | tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd" |
ba1e6c0b | 1938 | extra_headers= |
61ed06c3 | 1939 | ;; |
2bfcf297 | 1940 | powerpc64-*-linux*) |
c40409ce | 1941 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h" |
2bfcf297 | 1942 | out_file=rs6000/rs6000.c |
2a78758b | 1943 | tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64" |
2bfcf297 | 1944 | ;; |
ddb28441 RM |
1945 | powerpc64-*-gnu*) |
1946 | tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h" | |
1947 | out_file=rs6000/rs6000.c | |
2a78758b | 1948 | tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-gnu rs6000/t-linux64" |
ddb28441 | 1949 | ;; |
61ed06c3 | 1950 | powerpc-*-beos*) |
2bfcf297 | 1951 | tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h" |
34f4f3a5 | 1952 | xm_defines=POSIX |
61ed06c3 | 1953 | tmake_file=rs6000/t-beos |
ba1e6c0b | 1954 | extra_headers= |
61ed06c3 | 1955 | ;; |
18922061 | 1956 | powerpc-*-darwin*) |
ee890fe2 SS |
1957 | tm_file="${tm_file} darwin.h rs6000/darwin.h" |
1958 | tm_p_file="${tm_p_file} darwin-protos.h" | |
3cfe49da | 1959 | tmake_file="rs6000/t-rs6000 t-darwin rs6000/t-darwin" |
ee890fe2 | 1960 | extra_objs="darwin.o" |
ef69da62 | 1961 | target_gtfiles="\$(srcdir)/config/darwin.c" |
0168a849 SS |
1962 | c_target_objs="darwin-c.o" |
1963 | cxx_target_objs="darwin-c.o" | |
3cfe49da | 1964 | extra_parts="crt2.o" |
ee890fe2 SS |
1965 | # Darwin linker does collect2 functionality |
1966 | use_collect2=no | |
5fb4cf24 | 1967 | extra_headers=altivec.h |
18922061 | 1968 | ;; |
b91da81f | 1969 | powerpc*-*-freebsd*) |
c40409ce | 1970 | tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h" |
b91da81f DB |
1971 | xm_file=rs6000/xm-sysv4.h |
1972 | out_file=rs6000/rs6000.c | |
f3465a44 | 1973 | tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" |
b91da81f | 1974 | ;; |
61ed06c3 | 1975 | powerpc-*-sysv*) |
c40409ce | 1976 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h" |
34f4f3a5 | 1977 | xm_defines=POSIX |
61ed06c3 | 1978 | tmake_file="rs6000/t-ppcos rs6000/t-ppccomm" |
61ed06c3 | 1979 | ;; |
edf1b3f3 | 1980 | powerpc-*-netbsd*) |
c40409ce | 1981 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h" |
edf1b3f3 | 1982 | tmake_file="rs6000/t-ppcos rs6000/t-ppccomm" |
edf1b3f3 | 1983 | ;; |
8da6d80e | 1984 | powerpc-*-chorusos*) |
34f4f3a5 | 1985 | xm_defines=POSIX |
c40409ce | 1986 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h" |
8da6d80e | 1987 | tmake_file="rs6000/t-ppcos rs6000/t-ppccomm" |
8da6d80e CC |
1988 | case x${enable_threads} in |
1989 | xyes | xpthreads | xposix) | |
1990 | thread_file='posix' | |
1991 | ;; | |
1992 | esac | |
1993 | ;; | |
61ed06c3 | 1994 | powerpc-*-eabiaix*) |
34f4f3a5 | 1995 | xm_defines=POSIX |
c40409ce | 1996 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h" |
61ed06c3 | 1997 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 | 1998 | ;; |
518878e1 AH |
1999 | powerpc-*-eabispe*) |
2000 | xm_defines=POSIX | |
2001 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h" | |
2002 | tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm" | |
2003 | ;; | |
cf6ede82 AH |
2004 | powerpc-*-eabisimaltivec*) |
2005 | xm_defines=POSIX | |
2006 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h" | |
3b7d0e98 | 2007 | tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm" |
cf6ede82 | 2008 | ;; |
61ed06c3 | 2009 | powerpc-*-eabisim*) |
34f4f3a5 | 2010 | xm_defines=POSIX |
c40409ce | 2011 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h" |
61ed06c3 | 2012 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 HPN |
2013 | ;; |
2014 | powerpc-*-elf*) | |
34f4f3a5 | 2015 | xm_defines=POSIX |
c40409ce | 2016 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h" |
61ed06c3 | 2017 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 | 2018 | ;; |
10baca6b AH |
2019 | powerpc-*-eabialtivec*) |
2020 | xm_defines=POSIX | |
2021 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h" | |
3b7d0e98 | 2022 | tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm" |
10baca6b | 2023 | ;; |
61ed06c3 | 2024 | powerpc-*-eabi*) |
34f4f3a5 | 2025 | xm_defines=POSIX |
c40409ce | 2026 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h" |
61ed06c3 | 2027 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 HPN |
2028 | ;; |
2029 | powerpc-*-rtems*) | |
34f4f3a5 | 2030 | xm_defines=POSIX |
f22b4bc4 | 2031 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h" |
61ed06c3 | 2032 | tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm" |
bc98ef7f JS |
2033 | if test x$enable_threads = xyes; then |
2034 | thread_file='rtems' | |
2035 | fi | |
61ed06c3 HPN |
2036 | ;; |
2037 | powerpc-*-linux*libc1) | |
c40409ce | 2038 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h" |
61ed06c3 | 2039 | out_file=rs6000/rs6000.c |
7b3a4df5 | 2040 | tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm" |
61ed06c3 HPN |
2041 | if test x$enable_threads = xyes; then |
2042 | thread_file='posix' | |
2043 | fi | |
2044 | ;; | |
10baca6b AH |
2045 | powerpc-*-linux-gnualtivec*) |
2046 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h" | |
2047 | out_file=rs6000/rs6000.c | |
2048 | tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm" | |
10baca6b | 2049 | ;; |
61ed06c3 | 2050 | powerpc-*-linux*) |
c40409ce | 2051 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h" |
61ed06c3 | 2052 | out_file=rs6000/rs6000.c |
7b3a4df5 | 2053 | tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm" |
61ed06c3 | 2054 | ;; |
ddb28441 RM |
2055 | powerpc-*-gnu-gnualtivec*) |
2056 | tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h rs6000/gnu.h" | |
2057 | out_file=rs6000/rs6000.c | |
2058 | tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm" | |
2059 | if test x$enable_threads = xyes; then | |
2060 | thread_file='posix' | |
2061 | fi | |
2062 | ;; | |
2063 | powerpc-*-gnu*) | |
2064 | tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/gnu.h" | |
2065 | out_file=rs6000/rs6000.c | |
2066 | tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm" | |
2067 | if test x$enable_threads = xyes; then | |
2068 | thread_file='posix' | |
2069 | fi | |
2070 | ;; | |
61ed06c3 | 2071 | powerpc-wrs-vxworks*) |
34f4f3a5 | 2072 | xm_defines=POSIX |
c40409ce | 2073 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h" |
61ed06c3 | 2074 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 HPN |
2075 | thread_file='vxworks' |
2076 | ;; | |
bce0deb2 MM |
2077 | powerpc-wrs-windiss*) |
2078 | xm_defines=POSIX | |
2079 | tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h" | |
2080 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" | |
2081 | thread_file="" | |
2082 | ;; | |
61ed06c3 | 2083 | powerpcle-wrs-vxworks*) |
34f4f3a5 | 2084 | xm_defines=POSIX |
c40409ce | 2085 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h" |
61ed06c3 | 2086 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 HPN |
2087 | thread_file='vxworks' |
2088 | ;; | |
2089 | powerpcle-*-sysv*) | |
c40409ce | 2090 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h" |
34f4f3a5 | 2091 | xm_defines=POSIX |
61ed06c3 | 2092 | tmake_file="rs6000/t-ppcos rs6000/t-ppccomm" |
61ed06c3 HPN |
2093 | ;; |
2094 | powerpcle-*-elf*) | |
34f4f3a5 | 2095 | xm_defines=POSIX |
c40409ce | 2096 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h" |
61ed06c3 | 2097 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 HPN |
2098 | ;; |
2099 | powerpcle-*-eabisim*) | |
34f4f3a5 | 2100 | xm_defines=POSIX |
c40409ce | 2101 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h" |
61ed06c3 | 2102 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 HPN |
2103 | ;; |
2104 | powerpcle-*-eabi*) | |
34f4f3a5 | 2105 | xm_defines=POSIX |
c40409ce | 2106 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h" |
61ed06c3 | 2107 | tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm" |
61ed06c3 | 2108 | ;; |
61ed06c3 | 2109 | rs6000-ibm-aix3.[01]*) |
34f4f3a5 | 2110 | xm_defines=POSIX |
2bfcf297 | 2111 | tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h" |
61ed06c3 HPN |
2112 | use_collect2=yes |
2113 | ;; | |
2114 | rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*) | |
34f4f3a5 | 2115 | xm_defines=POSIX |
2bfcf297 | 2116 | tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h" |
db009825 | 2117 | tmake_file=rs6000/t-newas |
61ed06c3 | 2118 | use_collect2=yes |
ba1e6c0b | 2119 | extra_headers= |
61ed06c3 HPN |
2120 | ;; |
2121 | rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*) | |
34f4f3a5 | 2122 | xm_defines=POSIX |
2bfcf297 | 2123 | tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h" |
db009825 | 2124 | tmake_file=rs6000/t-newas |
61ed06c3 | 2125 | use_collect2=yes |
ba1e6c0b | 2126 | extra_headers= |
61ed06c3 HPN |
2127 | ;; |
2128 | rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*) | |
34f4f3a5 | 2129 | xm_defines=POSIX |
2bfcf297 | 2130 | tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h" |
61ed06c3 | 2131 | tmake_file=rs6000/t-aix43 |
61ed06c3 HPN |
2132 | use_collect2=yes |
2133 | thread_file='aix' | |
ba1e6c0b | 2134 | extra_headers= |
61ed06c3 | 2135 | ;; |
5f5d5417 | 2136 | rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*) |
34f4f3a5 | 2137 | xm_defines=POSIX |
2bfcf297 | 2138 | tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h" |
61ed06c3 | 2139 | tmake_file=rs6000/t-aix43 |
61ed06c3 HPN |
2140 | use_collect2=yes |
2141 | thread_file='aix' | |
ba1e6c0b | 2142 | extra_headers= |
61ed06c3 | 2143 | ;; |
5f5d5417 DE |
2144 | rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*) |
2145 | xm_defines=POSIX | |
2146 | tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h" | |
2147 | tmake_file=rs6000/t-aix52 | |
2148 | use_collect2=yes | |
2149 | thread_file='aix' | |
2150 | extra_headers= | |
2151 | ;; | |
61ed06c3 | 2152 | rs6000-ibm-aix*) |
34f4f3a5 | 2153 | xm_defines=POSIX |
2bfcf297 | 2154 | tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h" |
61ed06c3 HPN |
2155 | use_collect2=yes |
2156 | ;; | |
2157 | rs6000-bull-bosx) | |
34f4f3a5 | 2158 | xm_defines=POSIX |
2bfcf297 | 2159 | tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h" |
61ed06c3 HPN |
2160 | use_collect2=yes |
2161 | ;; | |
2162 | rs6000-*-mach*) | |
32fb7c9d | 2163 | tm_file="${tm_file} rs6000/mach.h" |
34f4f3a5 | 2164 | xm_defines=POSIX |
61ed06c3 HPN |
2165 | use_collect2=yes |
2166 | ;; | |
2167 | rs6000-*-lynxos*) | |
b91da81f | 2168 | tm_file="lynx.h rs6000/lynx.h" |
61ed06c3 | 2169 | tmake_file=rs6000/t-rs6000 |
61ed06c3 HPN |
2170 | use_collect2=yes |
2171 | ;; | |
0e5a4ad8 | 2172 | s390-*-linux*) |
c40409ce | 2173 | tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h" |
42c78618 | 2174 | tmake_file="t-slibgcc-elf-ver t-linux" |
9628a767 | 2175 | ;; |
0e5a4ad8 | 2176 | s390x-*-linux*) |
58d10f89 | 2177 | tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h" |
70eeb10b UW |
2178 | tm_p_file=s390/s390-protos.h |
2179 | md_file=s390/s390.md | |
1c0ca89d | 2180 | extra_modes=s390/s390-modes.def |
70eeb10b | 2181 | out_file=s390/s390.c |
42c78618 | 2182 | tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux64" |
9628a767 | 2183 | ;; |
8bc6e101 | 2184 | sh-*-elf* | sh[2346l]*-*-elf*) |
61ed06c3 | 2185 | tmake_file="sh/t-sh sh/t-elf" |
dbf87f32 R |
2186 | case $machine in |
2187 | shl* | sh64l*) | |
2188 | tm_file="sh/little.h ${tm_file}" | |
2189 | tmake_file="${tmake_file} sh/t-le" | |
2190 | ;; | |
2191 | esac | |
f1a58d92 | 2192 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h" |
dbf87f32 R |
2193 | case $machine in |
2194 | sh64*) | |
2195 | tmake_file="${tmake_file} sh/t-sh64" | |
2196 | tm_file="${tm_file} sh/sh64.h" | |
2197 | extra_headers="shmedia.h ushmedia.h sshmedia.h" | |
dbf87f32 | 2198 | ;; |
8bc6e101 R |
2199 | sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;; |
2200 | sh4*) target_cpu_default="SELECT_SH4" ;; | |
2201 | sh3e*) target_cpu_default="SELECT_SH3E" ;; | |
2202 | sh3*) target_cpu_default="SELECT_SH3" ;; | |
2203 | sh2*) target_cpu_default="SELECT_SH2" ;; | |
2204 | esac | |
2205 | case $machine in | |
2206 | sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;; | |
dbf87f32 | 2207 | esac |
fa5322fa | 2208 | ;; |
61ed06c3 | 2209 | sh-*-rtemself*) |
f22b4bc4 | 2210 | xm_defines=POSIX |
61ed06c3 | 2211 | tmake_file="sh/t-sh sh/t-elf t-rtems" |
f1a58d92 | 2212 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h" |
bc98ef7f JS |
2213 | if test x$enable_threads = xyes; then |
2214 | thread_file='rtems' | |
2215 | fi | |
61ed06c3 HPN |
2216 | ;; |
2217 | sh-*-rtems*) | |
f22b4bc4 | 2218 | xm_defines=POSIX |
61ed06c3 | 2219 | tmake_file="sh/t-sh t-rtems" |
f1a58d92 | 2220 | tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h" |
bc98ef7f JS |
2221 | if test x$enable_threads = xyes; then |
2222 | thread_file='rtems' | |
2223 | fi | |
61ed06c3 | 2224 | ;; |
8bc6e101 R |
2225 | sh-*-linux* | sh[2346lbe]*-*-linux*) |
2226 | tmake_file="sh/t-sh sh/t-elf sh/t-linux" | |
2227 | case $machine in | |
2228 | sh*be-*-* | sh*eb-*-*) ;; | |
2229 | *) | |
2230 | tm_file="sh/little.h ${tm_file}" | |
2231 | tmake_file="${tmake_file} sh/t-le" | |
2232 | ;; | |
2233 | esac | |
2234 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h" | |
61ed06c3 | 2235 | gas=yes gnu_ld=yes |
8bc6e101 R |
2236 | case $machine in |
2237 | sh64*) | |
2238 | tmake_file="${tmake_file} sh/t-sh64" | |
2239 | tm_file="${tm_file} sh/sh64.h" | |
2240 | extra_headers="shmedia.h ushmedia.h sshmedia.h" | |
8bc6e101 R |
2241 | ;; |
2242 | sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;; | |
2243 | sh4*) target_cpu_default="SELECT_SH4" ;; | |
2244 | sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;; | |
2245 | sh3e[lb]*) target_cpu_default="SELECT_SH3" ;; | |
2246 | sh3e*) target_cpu_default="SELECT_SH3E" ;; | |
2247 | sh3*) target_cpu_default="SELECT_SH3" ;; | |
2248 | sh2*) target_cpu_default="SELECT_SH2" ;; | |
2249 | esac | |
2250 | case $machine in | |
2251 | sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;; | |
2252 | esac | |
61ed06c3 | 2253 | ;; |
b655555e JT |
2254 | sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ |
2255 | sh64-*-netbsd* | sh64l*-*-netbsd*) | |
b4eb03fe JT |
2256 | tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h" |
2257 | tmake_file="${tmake_file} sh/t-sh sh/t-elf" | |
2258 | case $machine in | |
2259 | sh*l*-*) | |
2260 | tm_file="sh/little.h ${tm_file}" | |
2261 | tmake_file="${tmake_file} sh/t-le" | |
2262 | ;; | |
2263 | *) | |
2264 | tmake_file="${tmake_file} sh/t-be" | |
2265 | ;; | |
2266 | esac | |
b655555e JT |
2267 | case $machine in |
2268 | sh5*-*) | |
2269 | # SHmedia, 32-bit ABI | |
2270 | target_cpu_default="SH5_BIT|SH4_BIT|SH3E_BIT" | |
3fa1b448 | 2271 | tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5" |
b655555e JT |
2272 | ;; |
2273 | sh64*-*) | |
2274 | # SHmedia, 64-bit ABI | |
2275 | target_cpu_default="SH5_BIT|SH4_BIT" | |
3fa1b448 | 2276 | tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64" |
b655555e JT |
2277 | ;; |
2278 | *) | |
2279 | # SH3, software floating point | |
2280 | target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT" | |
2281 | tmake_file="${tmake_file} sh/t-netbsd" | |
2282 | ;; | |
2283 | esac | |
b4eb03fe | 2284 | ;; |
61ed06c3 | 2285 | sh-*-*) |
f1a58d92 | 2286 | tm_file="${tm_file} sh/coff.h" |
61ed06c3 HPN |
2287 | ;; |
2288 | sparc-tti-*) | |
0f658c83 | 2289 | tm_file="${tm_file} sparc/pbd.h" |
34f4f3a5 | 2290 | xm_defines=POSIX |
61ed06c3 | 2291 | ;; |
e428b937 | 2292 | sparc64-wrs-vxworks*) |
8433a25e | 2293 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h" |
2d69e3cb | 2294 | tmake_file="sparc/t-vxsparc64 sparc/t-crtfm" |
e428b937 RK |
2295 | use_collect2=yes |
2296 | ;; | |
61ed06c3 | 2297 | sparc-wrs-vxworks* | sparclite-wrs-vxworks*) |
0f658c83 | 2298 | tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h" |
61ed06c3 HPN |
2299 | tmake_file=sparc/t-vxsparc |
2300 | use_collect2=yes | |
2301 | thread_file='vxworks' | |
2302 | ;; | |
2303 | sparc-*-aout*) | |
2304 | tmake_file=sparc/t-sparcbare | |
0f658c83 | 2305 | tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h" |
61ed06c3 | 2306 | ;; |
69474c3c | 2307 | sparc-*-netbsdelf*) |
4cb7482c | 2308 | tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h" |
69474c3c | 2309 | ;; |
61ed06c3 | 2310 | sparc-*-netbsd*) |
f982f805 | 2311 | tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h" |
61ed06c3 | 2312 | tmake_file=t-netbsd |
5721cd84 | 2313 | use_collect2=yes |
61ed06c3 HPN |
2314 | ;; |
2315 | sparc-*-openbsd*) | |
0f7a7be7 | 2316 | tm_file="sparc/sparc.h ${tm_file}" |
f1cf4606 ME |
2317 | # needed to unconfuse gdb |
2318 | tmake_file="t-libc-ok t-openbsd sparc/t-openbsd" | |
61ed06c3 HPN |
2319 | # we need collect2 until our bug is fixed... |
2320 | use_collect2=yes | |
2321 | ;; | |
91f0fcee ME |
2322 | sparc64-*-openbsd*) |
2323 | tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h" | |
2324 | xm_file=sparc/xm-sp64.h | |
2325 | gas=yes gnu_ld=yes | |
2326 | with_cpu=ultrasparc | |
91f0fcee | 2327 | ;; |
61ed06c3 | 2328 | sparc-*-bsd*) |
910e231e | 2329 | tm_file="${tm_file} sparc/bsd.h" |
61ed06c3 | 2330 | ;; |
8da6d80e | 2331 | sparc-*-chorusos*) |
8433a25e | 2332 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h chorus.h" |
2d69e3cb | 2333 | tmake_file="sparc/t-chorus-elf sparc/t-crtfm" |
8da6d80e | 2334 | extra_parts="crti.o crtn.o crtbegin.o crtend.o" |
8da6d80e CC |
2335 | case x${enable_threads} in |
2336 | xyes | xpthreads | xposix) | |
2337 | thread_file='posix' | |
2338 | ;; | |
2339 | esac | |
2340 | ;; | |
61ed06c3 | 2341 | sparc-*-elf*) |
8433a25e | 2342 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h" |
a261e0cc | 2343 | tmake_file="sparc/t-elf sparc/t-crtfm" |
61ed06c3 | 2344 | extra_parts="crti.o crtn.o crtbegin.o crtend.o" |
61ed06c3 | 2345 | ;; |
981f6289 | 2346 | sparc-*-linux*aout*) # SPARC's running GNU/Linux, a.out |
0f7a7be7 | 2347 | tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h" |
61ed06c3 HPN |
2348 | gnu_ld=yes |
2349 | ;; | |
981f6289 | 2350 | sparc-*-linux*libc1*) # SPARC's running GNU/Linux, libc5 |
c40409ce | 2351 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h" |
a261e0cc | 2352 | tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm" |
61ed06c3 HPN |
2353 | extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" |
2354 | gnu_ld=yes | |
61ed06c3 | 2355 | ;; |
981f6289 | 2356 | sparc-*-linux*) # SPARC's running GNU/Linux, libc6 |
c40409ce | 2357 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h" |
a261e0cc | 2358 | tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm" |
61ed06c3 HPN |
2359 | ;; |
2360 | sparc-*-lynxos*) | |
2361 | if test x$gas = xyes | |
2362 | then | |
0f7a7be7 | 2363 | tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h" |
61ed06c3 | 2364 | else |
0f7a7be7 | 2365 | tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h" |
61ed06c3 | 2366 | fi |
61ed06c3 | 2367 | tmake_file=sparc/t-sunos41 |
61ed06c3 | 2368 | ;; |
c7bdf0a6 ZW |
2369 | sparc-*-rtemsaout*) # would otherwise be caught by sparc-*-rtems* |
2370 | echo "*** Configuration $machine not supported" 1>&2 | |
2371 | exit 1 | |
61ed06c3 | 2372 | ;; |
c7bdf0a6 | 2373 | sparc-*-rtems*) |
f22b4bc4 | 2374 | xm_defines=POSIX |
8433a25e | 2375 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h" |
2d69e3cb | 2376 | tmake_file="sparc/t-elf sparc/t-crtfm t-rtems" |
61ed06c3 | 2377 | extra_parts="crti.o crtn.o crtbegin.o crtend.o" |
bc98ef7f JS |
2378 | if test x$enable_threads = xyes; then |
2379 | thread_file='rtems' | |
2380 | fi | |
61ed06c3 | 2381 | ;; |
8947df0c | 2382 | sparc64-*-solaris2* | sparcv9-*-solaris2*) |
8433a25e | 2383 | tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h" |
3fc602a0 RH |
2384 | if test x$gnu_ld = xyes; then |
2385 | tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h" | |
61ed06c3 | 2386 | fi |
f0871dfe RH |
2387 | if test x$gas = xyes; then |
2388 | tm_file="${tm_file} sparc/sol2-gas-bi.h" | |
2389 | fi | |
34f4f3a5 | 2390 | xm_defines=POSIX |
a261e0cc | 2391 | tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm" |
61ed06c3 | 2392 | if test x$gnu_ld = xyes; then |
7b3a4df5 | 2393 | tmake_file="$tmake_file t-slibgcc-elf-ver" |
61ed06c3 | 2394 | else |
7b3a4df5 | 2395 | tmake_file="$tmake_file t-slibgcc-sld" |
61ed06c3 | 2396 | fi |
61ed06c3 | 2397 | extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o" |
61ed06c3 HPN |
2398 | if test x${enable_threads} = x ; then |
2399 | enable_threads=$have_pthread_h | |
2400 | if test x${enable_threads} = x ; then | |
2401 | enable_threads=$have_thread_h | |
2402 | fi | |
2403 | fi | |
2404 | if test x${enable_threads} = xyes ; then | |
2405 | if test x${have_pthread_h} = xyes ; then | |
2406 | thread_file='posix' | |
2407 | else | |
2408 | thread_file='solaris' | |
2409 | fi | |
2410 | fi | |
2411 | ;; | |
2412 | sparc-hal-solaris2*) | |
34f4f3a5 | 2413 | xm_defines=POSIX |
8433a25e | 2414 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/hal.h" |
a261e0cc | 2415 | tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm" |
61ed06c3 | 2416 | if test x$gnu_ld = xyes; then |
7a31a340 | 2417 | tm_file="${tm_file} sparc/sol2-gld.h" |
7b3a4df5 | 2418 | tmake_file="$tmake_file t-slibgcc-elf-ver" |
61ed06c3 | 2419 | else |
7b3a4df5 | 2420 | tmake_file="$tmake_file t-slibgcc-sld" |
61ed06c3 | 2421 | fi |
61ed06c3 | 2422 | extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o" |
61ed06c3 HPN |
2423 | thread_file='solaris' |
2424 | ;; | |
8947df0c | 2425 | sparc-*-solaris2*) |
8433a25e | 2426 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h" |
3fc602a0 RH |
2427 | if test x$gnu_ld = xyes; then |
2428 | tm_file="${tm_file} sparc/sol2-gld.h" | |
61ed06c3 | 2429 | fi |
a261e0cc | 2430 | tmake_file="sparc/t-sol2 sparc/t-crtfm" |
61ed06c3 | 2431 | if test x$gnu_ld = xyes; then |
7b3a4df5 | 2432 | tmake_file="$tmake_file t-slibgcc-elf-ver" |
61ed06c3 | 2433 | else |
7b3a4df5 | 2434 | tmake_file="$tmake_file t-slibgcc-sld" |
61ed06c3 | 2435 | fi |
7112135f | 2436 | case $machine in |
8947df0c RH |
2437 | *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) |
2438 | if test x$gnu_ld = xno; then | |
2439 | tm_file="${tm_file} sparc/sol26-sld.h" | |
2440 | fi | |
2441 | ;; | |
2442 | *-*-solaris2.[789]) | |
3fc602a0 RH |
2443 | tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h" |
2444 | if test x$gnu_ld = xyes; then | |
2445 | tm_file="${tm_file} sparc/sol2-gld-bi.h" | |
7112135f | 2446 | fi |
f0871dfe RH |
2447 | if test x$gas = xyes; then |
2448 | tm_file="${tm_file} sparc/sol2-gas-bi.h" | |
2449 | fi | |
7112135f AO |
2450 | tmake_file="$tmake_file sparc/t-sol2-64" |
2451 | ;; | |
2452 | esac | |
3fc602a0 RH |
2453 | xm_defines=POSIX |
2454 | extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" | |
61ed06c3 HPN |
2455 | if test x${enable_threads} = x; then |
2456 | enable_threads=$have_pthread_h | |
2457 | if test x${enable_threads} = x; then | |
2458 | enable_threads=$have_thread_h | |
2459 | fi | |
2460 | fi | |
2461 | if test x${enable_threads} = xyes; then | |
2462 | if test x${have_pthread_h} = xyes; then | |
2463 | thread_file='posix' | |
2464 | else | |
2465 | thread_file='solaris' | |
2466 | fi | |
2467 | fi | |
2468 | ;; | |
2469 | sparc-*-sunos4.0*) | |
0f7a7be7 | 2470 | tm_file="${tm_file} sparc/aout.h sparc/sunos4.h" |
61ed06c3 HPN |
2471 | use_collect2=yes |
2472 | ;; | |
2473 | sparc-*-sunos4*) | |
0f7a7be7 | 2474 | tm_file="${tm_file} sparc/aout.h sparc/sunos4.h" |
61ed06c3 HPN |
2475 | tmake_file=sparc/t-sunos41 |
2476 | use_collect2=yes | |
2477 | if test x$gas = xyes; then | |
2478 | tm_file="${tm_file} sparc/sun4gas.h" | |
2479 | fi | |
2480 | ;; | |
2481 | sparc-*-sunos3*) | |
0f7a7be7 | 2482 | tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h" |
61ed06c3 HPN |
2483 | use_collect2=yes |
2484 | ;; | |
2485 | sparc-*-sysv4*) | |
c40409ce | 2486 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h" |
34f4f3a5 | 2487 | xm_defines=POSIX |
61ed06c3 | 2488 | tmake_file=t-svr4 |
61ed06c3 HPN |
2489 | extra_parts="crtbegin.o crtend.o" |
2490 | ;; | |
2491 | sparc-*-vxsim*) | |
34f4f3a5 | 2492 | xm_defines=POSIX |
c40409ce | 2493 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h" |
61ed06c3 | 2494 | tmake_file=sparc/t-vxsparc |
61ed06c3 HPN |
2495 | ;; |
2496 | sparclet-*-aout*) | |
0f658c83 | 2497 | tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h" |
61ed06c3 HPN |
2498 | tmake_file=sparc/t-splet |
2499 | ;; | |
2500 | sparclite-*-coff*) | |
0f658c83 | 2501 | tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h" |
61ed06c3 HPN |
2502 | tmake_file=sparc/t-sparclite |
2503 | ;; | |
2504 | sparclite-*-aout*) | |
0f7a7be7 | 2505 | tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h" |
61ed06c3 HPN |
2506 | tmake_file=sparc/t-sparclite |
2507 | ;; | |
2508 | sparclite-*-elf*) | |
8433a25e | 2509 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h" |
2d69e3cb | 2510 | tmake_file="sparc/t-sparclite sparc/t-crtfm" |
61ed06c3 HPN |
2511 | extra_parts="crtbegin.o crtend.o" |
2512 | ;; | |
2513 | sparc86x-*-aout*) | |
0f7a7be7 | 2514 | tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h" |
61ed06c3 HPN |
2515 | tmake_file=sparc/t-sp86x |
2516 | ;; | |
0e5a4ad8 | 2517 | sparc86x-*-elf*) |
8433a25e | 2518 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h" |
2d69e3cb | 2519 | tmake_file="sparc/t-sp86x sparc/t-crtfm" |
61ed06c3 HPN |
2520 | extra_parts="crtbegin.o crtend.o" |
2521 | ;; | |
2522 | sparc64-*-aout*) | |
0f7a7be7 | 2523 | tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h" |
61ed06c3 HPN |
2524 | ;; |
2525 | sparc64-*-elf*) | |
8433a25e | 2526 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h" |
2d69e3cb | 2527 | tmake_file="${tmake_file} sparc/t-crtfm" |
61ed06c3 HPN |
2528 | extra_parts="crtbegin.o crtend.o" |
2529 | ;; | |
c7240cbd DB |
2530 | sparc64-*-freebsd*|ultrasparc-*-freebsd*) |
2531 | tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h" | |
2d69e3cb | 2532 | tmake_file="${tmake_file} sparc/t-crtfm" |
c7240cbd DB |
2533 | xmake_file=none |
2534 | case "x$with_cpu" in | |
e0054185 | 2535 | xultrasparc) ;; |
c7240cbd DB |
2536 | x) with_cpu=ultrasparc ;; |
2537 | *) echo "$with_cpu not supported for freebsd target"; exit 1 ;; | |
2538 | esac | |
2539 | ;; | |
981f6289 | 2540 | sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux |
19fe522a | 2541 | tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm" |
86f808dc | 2542 | tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h" |
61ed06c3 | 2543 | ;; |
4cb7482c MG |
2544 | sparc64-*-netbsd*) |
2545 | tmake_file="${tmake_file} sparc/t-netbsd64" | |
2546 | tm_file="sparc/biarch64.h ${tm_file}" | |
2547 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h" | |
4cb7482c | 2548 | ;; |
d19fb8e3 | 2549 | strongarm-*-elf*) |
c40409ce | 2550 | tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" |
d19fb8e3 NC |
2551 | tmake_file=arm/t-strongarm-elf |
2552 | out_file=arm/arm.c | |
d19fb8e3 | 2553 | md_file=arm/arm.md |
1c0ca89d | 2554 | extra_modes=arm/arm-modes.def |
d19fb8e3 NC |
2555 | ;; |
2556 | strongarm-*-coff*) | |
f910b1bb | 2557 | tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h" |
d19fb8e3 NC |
2558 | tmake_file=arm/t-strongarm-coff |
2559 | out_file=arm/arm.c | |
d19fb8e3 | 2560 | md_file=arm/arm.md |
1c0ca89d | 2561 | extra_modes=arm/arm-modes.def |
d19fb8e3 NC |
2562 | ;; |
2563 | strongarm-*-pe) | |
f910b1bb | 2564 | tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h" |
d19fb8e3 NC |
2565 | tmake_file=arm/t-strongarm-pe |
2566 | out_file=arm/arm.c | |
d19fb8e3 | 2567 | md_file=arm/arm.md |
1c0ca89d | 2568 | extra_modes=arm/arm-modes.def |
d19fb8e3 NC |
2569 | extra_objs=pe.o |
2570 | ;; | |
61ed06c3 HPN |
2571 | thumb*-*-*) |
2572 | { echo "config.gcc: error: | |
9e8fc4b8 | 2573 | *** The Thumb targets have been deprecated. The equivalent |
cfd1c7ea | 2574 | *** ARM based toolchain can now generate Thumb instructions |
61ed06c3 HPN |
2575 | *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; } |
2576 | ;; | |
2577 | v850-*-rtems*) | |
f22b4bc4 JS |
2578 | xm_defines=POSIX |
2579 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h" | |
61ed06c3 HPN |
2580 | tmake_file="v850/t-v850 t-rtems" |
2581 | if test x$stabs = xyes | |
2582 | then | |
2583 | tm_file="${tm_file} dbx.h" | |
2584 | fi | |
2585 | use_collect2=no | |
c3edd394 NC |
2586 | c_target_objs="v850-c.o" |
2587 | cxx_target_objs="v850-c.o" | |
61ed06c3 | 2588 | ;; |
b4378319 NC |
2589 | v850e-*-*) |
2590 | target_cpu_default="TARGET_CPU_v850e" | |
2591 | tm_file="dbxelf.h elfos.h svr4.h v850/v850.h" | |
2592 | tm_p_file=v850/v850-protos.h | |
2593 | tmake_file=v850/t-v850 | |
2594 | md_file=v850/v850.md | |
2595 | out_file=v850/v850.c | |
2596 | if test x$stabs = xyes | |
2597 | then | |
2598 | tm_file="${tm_file} dbx.h" | |
2599 | fi | |
2600 | use_collect2=no | |
2601 | c_target_objs="v850-c.o" | |
2602 | cxx_target_objs="v850-c.o" | |
2603 | ;; | |
61ed06c3 HPN |
2604 | v850-*-*) |
2605 | target_cpu_default="TARGET_CPU_generic" | |
c40409ce | 2606 | tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" |
61ed06c3 HPN |
2607 | tmake_file=v850/t-v850 |
2608 | if test x$stabs = xyes | |
2609 | then | |
2610 | tm_file="${tm_file} dbx.h" | |
2611 | fi | |
2612 | use_collect2=no | |
c3edd394 NC |
2613 | c_target_objs="v850-c.o" |
2614 | cxx_target_objs="v850-c.o" | |
61ed06c3 | 2615 | ;; |
8aeea6e6 | 2616 | vax-*-bsd*) # VAXen running BSD |
169274cd | 2617 | tm_file="${tm_file} vax/bsd.h" |
61ed06c3 | 2618 | use_collect2=yes |
61ed06c3 | 2619 | ;; |
8aeea6e6 | 2620 | vax-*-sysv*) # VAXen running system V |
61ed06c3 | 2621 | tm_file="${tm_file} vax/vaxv.h" |
34f4f3a5 | 2622 | xm_defines=POSIX |
61ed06c3 | 2623 | ;; |
69474c3c | 2624 | vax-*-netbsdelf*) |
ec20cffb JT |
2625 | tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h" |
2626 | float_format=vax | |
69474c3c | 2627 | ;; |
61ed06c3 | 2628 | vax-*-netbsd*) |
f982f805 | 2629 | tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h" |
61ed06c3 | 2630 | tmake_file=t-netbsd |
5721cd84 | 2631 | use_collect2=yes |
61ed06c3 HPN |
2632 | ;; |
2633 | vax-*-openbsd*) | |
61ed06c3 | 2634 | tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}" |
61ed06c3 HPN |
2635 | use_collect2=yes |
2636 | ;; | |
8aeea6e6 | 2637 | vax-*-ultrix*) # VAXen running ultrix |
61ed06c3 | 2638 | tm_file="${tm_file} vax/ultrix.h" |
61ed06c3 | 2639 | ;; |
8aeea6e6 | 2640 | vax-*-vms*) # VAXen running VMS |
61ed06c3 HPN |
2641 | xm_file=vax/xm-vms.h |
2642 | tm_file=vax/vms.h | |
61ed06c3 | 2643 | ;; |
8aeea6e6 | 2644 | vax-*-*) # VAX default entry |
61ed06c3 | 2645 | ;; |
d19fb8e3 | 2646 | xscale-*-elf) |
c40409ce | 2647 | tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" |
d19fb8e3 NC |
2648 | tmake_file=arm/t-xscale-elf |
2649 | out_file=arm/arm.c | |
d19fb8e3 | 2650 | md_file=arm/arm.md |
1c0ca89d | 2651 | extra_modes=arm/arm-modes.def |
d19fb8e3 NC |
2652 | ;; |
2653 | xscale-*-coff) | |
578316b9 | 2654 | tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h" |
d19fb8e3 NC |
2655 | tmake_file=arm/t-xscale-coff |
2656 | out_file=arm/arm.c | |
d19fb8e3 | 2657 | md_file=arm/arm.md |
1c0ca89d | 2658 | extra_modes=arm/arm-modes.def |
d19fb8e3 | 2659 | ;; |
14d269bb GK |
2660 | xstormy16-*-elf) |
2661 | # For historical reasons, the target files omit the 'x'. | |
c40409ce | 2662 | tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h" |
14d269bb GK |
2663 | tm_p_file=stormy16/stormy16-protos.h |
2664 | md_file=stormy16/stormy16.md | |
2665 | out_file=stormy16/stormy16.c | |
2666 | tmake_file="stormy16/t-stormy16" | |
2667 | extra_parts="crtbegin.o crtend.o" | |
2668 | ;; | |
03984308 BW |
2669 | xtensa-*-elf*) |
2670 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h" | |
2671 | with_newlib=yes | |
2672 | tmake_file=xtensa/t-xtensa | |
2673 | extra_parts="crtbegin.o crtend.o" | |
2674 | fixincludes=Makefile.in # newlib headers should be OK | |
2675 | ;; | |
2676 | xtensa-*-linux*) | |
2677 | tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h" | |
2678 | tmake_file="t-linux xtensa/t-xtensa" | |
03984308 | 2679 | ;; |
61ed06c3 | 2680 | *) |
c7bdf0a6 | 2681 | echo "*** Configuration $machine not supported" 1>&2 |
61ed06c3 HPN |
2682 | exit 1 |
2683 | ;; | |
2684 | esac | |
2685 | ||
2686 | case $machine in | |
61ed06c3 HPN |
2687 | *-*-sysv*) |
2688 | install_headers_dir=install-headers-cpio | |
2689 | ;; | |
2690 | esac | |
2691 | ||
2692 | # Distinguish i[34567]86 | |
2693 | # Also, do not run mips-tfile on MIPS if using gas. | |
2694 | # Process --with-cpu= for PowerPC/rs6000 | |
2695 | target_cpu_default2= | |
2696 | case $machine in | |
2697 | i486-*-*) | |
e10e23ee | 2698 | target_cpu_default2=TARGET_CPU_DEFAULT_i486 |
61ed06c3 HPN |
2699 | ;; |
2700 | i586-*-*) | |
2701 | case $target_alias in | |
e10e23ee JH |
2702 | k6_2-*) |
2703 | target_cpu_default2=TARGET_CPU_DEFAULT_k6_2 | |
2704 | ;; | |
2705 | k6_3-*) | |
2706 | target_cpu_default2=TARGET_CPU_DEFAULT_k6_3 | |
2707 | ;; | |
61ed06c3 | 2708 | k6-*) |
e10e23ee JH |
2709 | target_cpu_default2=TARGET_CPU_DEFAULT_k6 |
2710 | ;; | |
3780101d | 2711 | pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*) |
e10e23ee | 2712 | target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx |
61ed06c3 HPN |
2713 | ;; |
2714 | *) | |
e10e23ee | 2715 | target_cpu_default2=TARGET_CPU_DEFAULT_pentium |
61ed06c3 HPN |
2716 | ;; |
2717 | esac | |
2718 | ;; | |
2719 | i686-*-* | i786-*-*) | |
4ed47bea | 2720 | case $target_alias in |
e10e23ee JH |
2721 | athlon_xp-*|athlon_mp-*|athlon_4-*) |
2722 | target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse | |
2723 | ;; | |
2724 | athlon_tbird-*|athlon-*) | |
2725 | target_cpu_default2=TARGET_CPU_DEFAULT_athlon | |
2726 | ;; | |
2727 | pentium2-*) | |
2728 | target_cpu_default2=TARGET_CPU_DEFAULT_pentium2 | |
2729 | ;; | |
2730 | pentium3-*) | |
2731 | target_cpu_default2=TARGET_CPU_DEFAULT_pentium3 | |
2732 | ;; | |
2733 | pentium4-*) | |
2734 | target_cpu_default2=TARGET_CPU_DEFAULT_pentium4 | |
4ed47bea JM |
2735 | ;; |
2736 | *) | |
e10e23ee | 2737 | target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro |
4ed47bea JM |
2738 | ;; |
2739 | esac | |
61ed06c3 | 2740 | ;; |
e10e23ee JH |
2741 | x86_64-*-*) |
2742 | # We should have hammer chip here, but it does not exist yet and | |
2743 | # thus it is not supported. Athlon_SSE is probably equivalent feature | |
2744 | # wise to hammer from our point of view except for 64bit mode. | |
2745 | target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse | |
2746 | ;; | |
61ed06c3 HPN |
2747 | alpha*-*-*) |
2748 | case $machine in | |
2749 | alphaev6[78]*) | |
2750 | target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX" | |
2751 | ;; | |
2752 | alphaev6*) | |
2753 | target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX" | |
2754 | ;; | |
2755 | alphapca56*) | |
2756 | target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX" | |
2757 | ;; | |
2758 | alphaev56*) | |
2759 | target_cpu_default2="MASK_CPU_EV5|MASK_BWX" | |
2760 | ;; | |
2761 | alphaev5*) | |
2762 | target_cpu_default2="MASK_CPU_EV5" | |
2763 | ;; | |
2764 | esac | |
0e5a4ad8 | 2765 | |
61ed06c3 HPN |
2766 | if test x$gas = xyes |
2767 | then | |
2768 | if test "$target_cpu_default2" = "" | |
2769 | then | |
2770 | target_cpu_default2="MASK_GAS" | |
2771 | else | |
2772 | target_cpu_default2="${target_cpu_default2}|MASK_GAS" | |
2773 | fi | |
2774 | fi | |
2775 | ;; | |
2776 | arm*-*-*) | |
2777 | case "x$with_cpu" in | |
2778 | x) | |
2779 | # The most generic | |
2780 | target_cpu_default2="TARGET_CPU_generic" | |
2781 | ;; | |
2782 | ||
2783 | # Distinguish cores, and major variants | |
2784 | # arm7m doesn't exist, but D & I don't affect code | |
70f24e49 NC |
2785 | xarm[236789] | xarm250 | xarm[67][01]0 \ |
2786 | | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \ | |
61ed06c3 | 2787 | | xarm7100 | xarm7500 | xarm7500fe | xarm810 \ |
d19fb8e3 | 2788 | | xxscale \ |
61ed06c3 HPN |
2789 | | xstrongarm | xstrongarm110 | xstrongarm1100) |
2790 | target_cpu_default2="TARGET_CPU_$with_cpu" | |
2791 | ;; | |
2792 | ||
2793 | xyes | xno) | |
2794 | echo "--with-cpu must be passed a value" 1>&2 | |
2795 | exit 1 | |
2796 | ;; | |
2797 | ||
2798 | *) | |
2799 | if test x$pass2done = xyes | |
2800 | then | |
2801 | echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2 | |
2802 | exit 1 | |
2803 | fi | |
2804 | ;; | |
2805 | esac | |
2806 | ;; | |
2807 | ||
c21a2372 AM |
2808 | hppa*-*-* | parisc*-*-*) |
2809 | if test x$gas = xyes | |
2810 | then | |
2811 | target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY" | |
2812 | fi | |
806bf413 | 2813 | case $machine in |
d5355cb2 JDA |
2814 | hppa1* | parisc1*) |
2815 | tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\"" | |
806bf413 JDA |
2816 | ;; |
2817 | esac | |
c21a2372 | 2818 | ;; |
74826b0f EC |
2819 | mips*-*-*) |
2820 | case $machine in | |
2821 | mips*-*-ecoff* | mips*-*-elf*) | |
2822 | if test x$gas = xyes | |
2823 | then | |
2824 | if test x$gnu_ld = xyes | |
2825 | then | |
2826 | target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR" | |
2827 | else | |
2828 | target_cpu_default2="MASK_GAS" | |
2829 | fi | |
2830 | fi | |
2831 | ;; | |
2832 | mips*-*-*) | |
2833 | if test x$gas = xyes | |
61ed06c3 | 2834 | then |
61ed06c3 HPN |
2835 | target_cpu_default2="MASK_GAS" |
2836 | fi | |
74826b0f EC |
2837 | ;; |
2838 | esac | |
2839 | case $machine in | |
2840 | mips*el-*-*) | |
9bb46191 | 2841 | tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines" |
74826b0f EC |
2842 | ;; |
2843 | esac | |
4db83639 RS |
2844 | case $tm_file in |
2845 | *mips/elf.h* | *mips/elf64.h*) | |
2846 | tm_defines="OBJECT_FORMAT_ELF $tm_defines" | |
2847 | ;; | |
2848 | esac | |
6d439235 EC |
2849 | if test "x$enable_gofast" = xyes |
2850 | then | |
2851 | tm_defines="INIT_SUBTARGET_OPTABS=INIT_GOFAST_OPTABS $tm_defines" | |
2852 | tm_file="gofast.h $tm_file" | |
2853 | tmake_file="mips/t-gofast $tmake_file" | |
2854 | else | |
2855 | tmake_file="mips/t-mips $tmake_file" | |
2856 | fi | |
61ed06c3 HPN |
2857 | ;; |
2858 | powerpc*-*-* | rs6000-*-*) | |
480f7f3a AH |
2859 | if test x$enable_altivec = xyes |
2860 | then | |
5e505bc9 | 2861 | tm_file="$tm_file rs6000/altivec-defs.h" |
480f7f3a | 2862 | fi |
61ed06c3 HPN |
2863 | case "x$with_cpu" in |
2864 | x) | |
2865 | ;; | |
2866 | ||
94f1d97c DJ |
2867 | xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \ |
2868 | | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \ | |
2869 | | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \ | |
2870 | | x740 | x750 | x7400 | x7450 | x505) | |
ff25793c | 2871 | target_cpu_default2="\\\"$with_cpu\\\"" |
61ed06c3 HPN |
2872 | ;; |
2873 | ||
94f1d97c | 2874 | x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860) |
c19083d8 | 2875 | target_cpu_default2="\\\"$with_cpu\\\"" |
c19083d8 DD |
2876 | ;; |
2877 | ||
61ed06c3 HPN |
2878 | xyes | xno) |
2879 | echo "--with-cpu must be passed a value" 1>&2 | |
2880 | exit 1 | |
2881 | ;; | |
2882 | ||
2883 | *) | |
2884 | if test x$pass2done = xyes | |
2885 | then | |
2886 | echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2 | |
2887 | exit 1 | |
2888 | fi | |
2889 | ;; | |
2890 | esac | |
a6e2e53e GK |
2891 | c_target_objs="${c_target_objs} rs6000-c.o" |
2892 | cxx_target_objs="${cxx_target_objs} rs6000-c.o" | |
2893 | tmake_file="${tmake_file} rs6000/t-rs6000-c-rule" | |
61ed06c3 HPN |
2894 | ;; |
2895 | sparc*-*-*) | |
2896 | case ".$with_cpu" in | |
2897 | .) | |
2898 | target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`" | |
2899 | ;; | |
2900 | .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9) | |
2901 | target_cpu_default2="TARGET_CPU_$with_cpu" | |
b4378319 NC |
2902 | ;; |
2903 | *) | |
2904 | if test x$pass2done = xyes | |
2905 | then | |
2906 | echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2 | |
2907 | exit 1 | |
2908 | fi | |
2909 | ;; | |
2910 | esac | |
2911 | ;; | |
2912 | v850*-*-*) | |
2913 | case "x$with_cpu" in | |
2914 | x) | |
2915 | ;; | |
09818236 | 2916 | xv850e) |
b4378319 | 2917 | target_cpu_default2="TARGET_CPU_$with_cpu" |
61ed06c3 HPN |
2918 | ;; |
2919 | *) | |
2920 | if test x$pass2done = xyes | |
2921 | then | |
2922 | echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2 | |
2923 | exit 1 | |
2924 | fi | |
2925 | ;; | |
2926 | esac | |
2927 | ;; | |
2928 | esac | |
2929 | ||
2930 | if test "$target_cpu_default2" != "" | |
2931 | then | |
2932 | if test "$target_cpu_default" != "" | |
2933 | then | |
2934 | target_cpu_default="(${target_cpu_default}|${target_cpu_default2})" | |
2935 | else | |
2936 | target_cpu_default=$target_cpu_default2 | |
2937 | fi | |
2938 | fi | |
2939 | ||
61ed06c3 HPN |
2940 | # Save data on machine being used to compile GCC in build_xm_file. |
2941 | # Save data on host machine in vars host_xm_file and host_xmake_file. | |
2942 | if test x$pass1done = x | |
2943 | then | |
4dc0535b ZW |
2944 | if test x$xm_file != x |
2945 | then build_xm_file=$xm_file | |
61ed06c3 HPN |
2946 | fi |
2947 | build_xm_defines=$xm_defines | |
2948 | build_install_headers_dir=$install_headers_dir | |
2949 | build_exeext=$exeext | |
2950 | pass1done=yes | |
2951 | else | |
2952 | if test x$pass2done = x | |
2953 | then | |
4dc0535b ZW |
2954 | if test x$xm_file != x |
2955 | then host_xm_file=$xm_file | |
61ed06c3 HPN |
2956 | fi |
2957 | host_xm_defines=$xm_defines | |
61ed06c3 HPN |
2958 | host_xmake_file="$xmake_file" |
2959 | host_truncate_target=$truncate_target | |
2960 | host_extra_gcc_objs=$extra_gcc_objs | |
2961 | host_extra_objs=$extra_host_objs | |
2962 | host_exeext=$exeext | |
2963 | pass2done=yes | |
2964 | fi | |
2965 | fi |