home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / config / convex34.h < prev    next >
C/C++ Source or Header  |  1994-02-06  |  742b  |  27 lines

  1. /* tm.h file for a Convex C34xx.  */
  2.  
  3. #include "convex.h"
  4.  
  5. #undef TARGET_DEFAULT
  6. #define TARGET_DEFAULT 6
  7.  
  8. #define CC1_SPEC "%{mc1:-mnoc2}"
  9.  
  10. /* Include Posix prototypes unless -ansi.  */
  11.  
  12. #define CPP_SPEC \
  13. "%{mc1:-D__convex_c1__}%{!mc1:-D__convex_c2__} \
  14.  -D__NO_INLINE_MATH -D__NO_INLINE_STDLIB \
  15.  %{!traditional:-D__stdc__ \
  16.    -D_LONGLONG -Ds64_t=long\\ long -Du64_t=unsigned\\ long\\ long} \
  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 \
  23. "%{mc1:-lC1}%{!mc1:-lC2} \
  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}}"
  27.