Use cpp -traditional.
authorPascal Stumpf <Pascal.Stumpf@cubes.de>
Sun, 12 Aug 2012 17:33:25 +0000 (19:33 +0200)
committerJon Trulson <jon@radscan.com>
Sun, 12 Aug 2012 20:20:58 +0000 (14:20 -0600)
StandardCppOptions do not get respected here, so change the default CppCmd
to cpp -traditional like for FreeBSD.  Helps kill a few warnings.

cde/config/cf/OpenBSD.cf

index f2978969944e28a24170bb186b0568a597e2456a..f0ba631ebf270143d1b80b3affbc6ebae44d935c 100644 (file)
@@ -164,7 +164,7 @@ XCOMM operating system:  OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
 #define MkdirHierCmd           mkdir -p
 
 #ifndef CppCmd
-#define CppCmd                 /usr/libexec/cpp
+#define CppCmd                 /usr/libexec/cpp -traditional
 #endif
 #define StandardCppOptions     -traditional
 #define StandardCppDefines     /**/