=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pcc/Attic/ccconfig.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/pcc/Attic/ccconfig.h 2007/10/15 09:46:30 1.2 --- src/usr.bin/pcc/Attic/ccconfig.h 2007/10/22 13:40:08 1.3 *************** *** 1,4 **** ! /* $OpenBSD: ccconfig.h,v 1.2 2007/10/15 09:46:30 otto Exp $ */ /* * Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se). --- 1,4 ---- ! /* $OpenBSD: ccconfig.h,v 1.3 2007/10/22 13:40:08 otto Exp $ */ /* * Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se). *************** *** 39,45 **** #define ENDFILES { "/usr/lib/crtend.o", NULL } #define CPPMDADDS { \ ! { "x86", { "-D__i386__", "-D__i386", "-D__ELF__", \ NULL } }, \ { "alpha", { "-D__alpha", "-D__alpha_ev4__", "-D__alpha__", \ "-D__ELF__", NULL } }, \ --- 39,45 ---- #define ENDFILES { "/usr/lib/crtend.o", NULL } #define CPPMDADDS { \ ! { "i386", { "-D__i386__", "-D__i386", "-D__ELF__", \ NULL } }, \ { "alpha", { "-D__alpha", "-D__alpha_ev4__", "-D__alpha__", \ "-D__ELF__", NULL } }, \