home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / 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.