home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJDEV201.ZIP / lib / specs < prev   
Encoding:
Text File  |  1996-09-11  |  700 b   |  48 lines

  1. *asm:
  2.  
  3.  
  4. *asm_final:
  5.  
  6.  
  7. *cpp:
  8. %{posix:-D_POSIX_SOURCE}
  9.  
  10. *cc1:
  11.  
  12.  
  13. *cc1plus:
  14.  
  15.  
  16. *endfile:
  17.  
  18.  
  19. *link:
  20.  
  21.  
  22. *link_command:
  23. %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
  24.     %{r} %{s} %{t} %{u*} %{x} %{z}\
  25.     %{!A:%{!nostartfiles:%{!nostdlib:%S}}} %{static:}\
  26.     %{L*} %D %{T*} %o -Tdjgpp.djl\
  27.     %{!nostdlib:-lgcc %L -lgcc %{!A:%E}}}}}}}
  28. %{!c:%{!M:%{!MM:%{!E:%{!S:stubify %{v} %{o*:%*} %{!o*:a.out}}}}}} 
  29.  
  30. *lib:
  31. -lc
  32.  
  33. *startfile:
  34. %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}
  35.  
  36. *switches_need_spaces:
  37.  
  38.  
  39. *signed_char:
  40. %{funsigned-char:-D__CHAR_UNSIGNED__}
  41.  
  42. *predefines:
  43. -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1
  44.  
  45. *cross_compile:
  46. 0
  47.  
  48.