Use cpp -traditional.
StandardCppOptions do not get respected here, so change the default CppCmd to cpp -traditional like for FreeBSD. Helps kill a few warnings.
This commit is contained in:
committed by
Jon Trulson
parent
72c954e5b3
commit
3c6a0584dd
@@ -164,7 +164,7 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
|
|||||||
#define MkdirHierCmd mkdir -p
|
#define MkdirHierCmd mkdir -p
|
||||||
|
|
||||||
#ifndef CppCmd
|
#ifndef CppCmd
|
||||||
#define CppCmd /usr/libexec/cpp
|
#define CppCmd /usr/libexec/cpp -traditional
|
||||||
#endif
|
#endif
|
||||||
#define StandardCppOptions -traditional
|
#define StandardCppOptions -traditional
|
||||||
#define StandardCppDefines /**/
|
#define StandardCppDefines /**/
|
||||||
|
|||||||
Reference in New Issue
Block a user