[BACK]Return to ccconfig.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / pcc

Diff for /src/usr.bin/pcc/Attic/ccconfig.h between version 1.3 and 1.4

version 1.3, 2007/10/22 13:40:08 version 1.4, 2008/04/11 20:45:51
Line 35 
Line 35 
 #define CPPADD  { "-D__OpenBSD__", "-D__unix__", NULL }  #define CPPADD  { "-D__OpenBSD__", "-D__unix__", NULL }
 #define DYNLINKER { "-dynamic-linker", "/usr/libexec/ld.so", NULL }  #define DYNLINKER { "-dynamic-linker", "/usr/libexec/ld.so", NULL }
 #define CRT0FILE "/usr/lib/crt0.o"  #define CRT0FILE "/usr/lib/crt0.o"
   #define CRT0FILE_PROFILE "/usr/lib/gcrt0.o"
 #define STARTFILES { "/usr/lib/crtbegin.o", NULL }  #define STARTFILES { "/usr/lib/crtbegin.o", NULL }
 #define ENDFILES { "/usr/lib/crtend.o", NULL }  #define ENDFILES { "/usr/lib/crtend.o", NULL }
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4