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