|
|
1.1 root 1: /* Definitions of target machine for GNU compiler. Tandem S2 w/ NonStop UX. */
2: #include "mips/svr4-5.h"
3:
4: /* Use the default value for this. */
5: #undef STANDARD_INCLUDE_DIR
6:
7: #undef MACHINE_TYPE
8: #define MACHINE_TYPE "TANDEM System V.4 Mips"
9:
10: /* Use the default values in mips.h. */
11: #undef MD_STARTFILE_PREFIX
12: #undef MD_EXEC_PREFIX
1.1.1.2 ! root 13: #define MD_STARTFILE_PREFIX "/usr/lib/cmplrs/cc/"
! 14: #define MD_EXEC_PREFIX "/usr/lib/cmplrs/cc/"
! 15:
! 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}}"
! 24:
! 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}}}"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.