|
|
1.1 root 1: /* tm.h file for a Convex C1. */
2:
3: #include "convex.h"
4:
5: #undef TARGET_DEFAULT
6: #define TARGET_DEFAULT 1
7:
8: #define CC1_SPEC "%{mc2:-mnoc1}"
9:
10: /* Include Posix prototypes unless -ansi. */
11:
12: #define CPP_SPEC \
1.1.1.2 ! root 13: "%{mc2:-D__convex_c2__}%{!mc2:-D__convex_c1__} \
! 14: -D__NO_INLINE_MATH -D__NO_INLINE_STDLIB \
1.1 root 15: %{!traditional:-D__stdc__ \
1.1.1.2 ! root 16: -D_LONGLONG -Ds64_t=long\\ long -Du64_t=unsigned\\ long\\ long} \
1.1 root 17: %{!ansi:-D_POSIX_SOURCE -D_CONVEX_SOURCE}"
18:
19: /* Search Posix or else backward-compatible libraries depending
20: on -traditional. */
21:
22: #define LIB_SPEC \
1.1.1.2 ! root 23: "%{mc2:-lC2}%{!mc2:-lC1} \
! 24: %{!p:%{!pg:%{traditional:-lc_old}%{!traditional:-lc}}} \
! 25: %{p:%{traditional:-lc_old_p}%{!traditional:-lc_p}} \
! 26: %{pg:%{traditional:-lc_old_p}%{!traditional:-lc_p}}"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.