[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.1 and 1.2

version 1.1, 2007/10/07 17:58:50 version 1.2, 2007/10/15 09:46:30
Line 32 
Line 32 
  */   */
   
 /* common cpp predefines */  /* common cpp predefines */
 #define CPPADD  { "-D__OpenBSD__", "-D__unix__", "-D__inline__=inline", 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 STARTFILES { "/usr/lib/crtbegin.o", NULL }  #define STARTFILES { "/usr/lib/crtbegin.o", NULL }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2