home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / config / tm-i386sco.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-16  |  809 b   |  33 lines

  1. /* Definitions for Intel 386 running SCO Unix System V.  */
  2.  
  3.  
  4. /* Mostly it's like AT&T Unix System V. */
  5.  
  6. #include "tm-i386v.h"
  7.  
  8. /* Use crt1.o as a startup file and crtn.o as a closing file.  */
  9.  
  10. #undef STARTFILE_SPEC
  11. #define STARTFILE_SPEC  "%{pg:gcrt1.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}"
  12.  
  13. #define ENDFILE_SPEC "crtn.o%s"
  14.  
  15. /* Library spec, including SCO international language support. */
  16.  
  17. #undef LIB_SPEC
  18. #define LIB_SPEC \
  19.  "%{p:-L/usr/lib/libp}%{pg:-L/usr/lib/libp} libintl.a%s -lc"
  20.  
  21. /* Specify predefined symbols in preprocessor.  */
  22.  
  23. #undef CPP_PREDEFINES
  24. #define CPP_PREDEFINES \
  25. "-Dunix -Di386 -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP"
  26.  
  27. #undef CPP_SPEC
  28. #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} -DM_INTERNAT"
  29.  
  30. /* SCO's assember doesn't grok '$' in labels (for g++) */
  31.  
  32. #define NO_DOLLAR_IN_LABEL
  33.