projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c954e
)
Use cpp -traditional.
author
Pascal Stumpf
<Pascal.Stumpf@cubes.de>
Sun, 12 Aug 2012 17:33:25 +0000
(19:33 +0200)
committer
Jon 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
patch
|
blob
|
history
diff --git
a/cde/config/cf/OpenBSD.cf
b/cde/config/cf/OpenBSD.cf
index f2978969944e28a24170bb186b0568a597e2456a..f0ba631ebf270143d1b80b3affbc6ebae44d935c 100644
(file)
--- a/
cde/config/cf/OpenBSD.cf
+++ b/
cde/config/cf/OpenBSD.cf
@@
-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 /**/