|
|
1.1 root 1: /* tm.h file for a Convex C2. */
2:
3: #include "tm-convex.h"
4:
5: #undef TARGET_DEFAULT
6: #define TARGET_DEFAULT 2
7:
8: #define CC1_SPEC "%{mc1:-mnoc2}"
1.1.1.2 ! root 9:
! 10: /* Include Posix prototypes unless -traditional. */
! 11:
! 12: #define CPP_SPEC \
! 13: "%{mc1:-D__convex_c1__}%{!mc1:-D__convex_c2__}\
! 14: -D__NO_INLINE_MATH\
! 15: %{!traditional:-D__stdc__ -D_POSIX_SOURCE -D_CONVEX_SOURCE}"
! 16:
! 17: /* Search Posix or else backward-compatible libraries depending
! 18: on -traditional. */
! 19:
! 20: #define LIB_SPEC \
! 21: "%{mc1:-lC1}%{!mc1:-lC2}\
! 22: %{!p:%{!pg:%{traditional:-lc_old}%{!traditional:-lc}}}\
! 23: %{p:%{traditional:-lc_old_p}%{!traditional:-lc_p}}\
! 24: %{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.