Fix FreeBSD 10.1 build

This commit is contained in:
Ulrich Wilkens
2014-11-20 02:11:47 +01:00
committed by Jon Trulson
parent bf0666a330
commit 29294e0373
18 changed files with 18 additions and 22 deletions

View File

@@ -36,6 +36,7 @@ USE_GCC = UseGcc
#if OSMajorVersion >= 10
#define CppArgs -Wno-invalid-pp-token
#define DirFailPrefix -
#else
#define CppArgs /**/
#endif

View File

@@ -354,7 +354,7 @@ char *cpp_argv[ARGUMENTS] = {
{"-D__powerpc64__", "1"},
# endif
# ifdef __GNUC__
# if defined(__GNUC__) && !defined(__llvm__)
"-traditional",
# endif
# ifdef __llvm__