home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / config / sparc / bsd.h next >
C/C++ Source or Header  |  1996-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.