home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / config / tm-convex1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-23  |  640 b   |  25 lines

  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}"
  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}}"
  25.