From 5e5607fcfadc3ae43a55e8428639b27cadf4aeaf Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 13 Jun 2014 12:34:08 +0100 Subject: [PATCH] Traditional cpp --- wmake/rules/linuxPPC64Gcc/general | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/rules/linuxPPC64Gcc/general b/wmake/rules/linuxPPC64Gcc/general index 9b231fba3..ad4126abe 100644 --- a/wmake/rules/linuxPPC64Gcc/general +++ b/wmake/rules/linuxPPC64Gcc/general @@ -1,4 +1,4 @@ -CPP = cpp $(GFLAGS) +CPP = cpp -traditional-cpp $(GFLAGS) LD = ld -m elf64ppc PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl