Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config / mips / svr4-t.h
blobb457aa5f07dcaa0cc510d87523689794113297fa
1 /* Definitions of target machine for GNU compiler. Tandem S2 w/ NonStop UX. */
3 /* Use the default value for this. */
4 #undef STANDARD_INCLUDE_DIR
6 #undef MACHINE_TYPE
7 #define MACHINE_TYPE "TANDEM System V.4 Mips"
9 /* Use the default values in mips.h. */
10 #undef MD_STARTFILE_PREFIX
11 #undef MD_EXEC_PREFIX
12 #define MD_STARTFILE_PREFIX "/usr/lib/cmplrs/cc/"
13 #define MD_EXEC_PREFIX "/usr/lib/cmplrs/cc/"
15 /* These are the same as the ones in svr4-5.h, except that references to
16 /svr4/ have been removed. */
17 #undef STARTFILE_SPEC
18 #define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s}}\
19 %{ansi:/usr/lib/values-Xc.o%s} \
20 %{!ansi: \
21 %{traditional:/usr/lib/values-Xt.o%s} \
22 %{!traditional:/usr/lib/values-Xa.o%s}}"
24 #undef LINK_SPEC
25 #define LINK_SPEC "\
26 %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
27 %{bestGnum} %{shared} %{non_shared} \
28 %{call_shared} %{no_archive} %{exact_version} \
29 %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}"