home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / sparc / bsd.h next >
C/C++ Source or Header  |  1993-09-28  |  199b  |  8 lines

  1. #include "sparc/sparc.h"
  2.  
  3. #undef LIB_SPEC
  4. #define LIB_SPEC    "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
  5.  
  6. #undef STARTFILE_SPEC
  7. #define STARTFILE_SPEC    "%{pg:gcrt0.o%s}%{!pg:%{p:gcrt0.o%s}%{!p:crt0.o%s}}"
  8.