OSDN Git Service

* c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / svr4-t.h
1 /* Definitions of target machine for GNU compiler.  Tandem S2 w/ NonStop UX.  */
2
3 /* Use the default value for this.  */
4 #undef STANDARD_INCLUDE_DIR
5
6 #undef MACHINE_TYPE
7 #define MACHINE_TYPE "TANDEM System V.4 Mips"
8
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/"
14
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:/usr/lib/values-Xa.o%s}"
21
22 #undef LINK_SPEC
23 #define LINK_SPEC "\
24 %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
25 %{bestGnum} %{shared} %{non_shared} \
26 %{call_shared} %{no_archive} %{exact_version} \
27 %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}"