|
|
1.1 root 1: /* tm.h file for a Convex C1. */
2:
3: #include "tm-convex.h"
4:
5: #undef TARGET_DEFAULT
6: #define TARGET_DEFAULT 1
7:
8: #define CC1_SPEC "%{mc2:-mnoc1}"
1.1.1.2 ! root 9:
! 10: /* Include Posix prototypes unless -traditional. */
! 11:
! 12: #define CPP_SPEC \
! 13: "%{mc2:-D__convex_c2__}%{!mc2:-D__convex_c1__}\
! 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: "%{mc2:-lC2}%{!mc2:-lC1}\
! 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.