From 976619bd598cb630d466aa32dbf4281bf1504bc0 Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Thu, 3 May 2012 10:50:01 +0200 Subject: Remove all usages of "arch" CFLAGS on Mac. Remove all [PPC|PPC64|X86|x86_64] CFLAGS, CXXFLAGS and OBJECTIVE_CFLAGS. Delete the arch prf files. 32/64 bit arch selection will be made using a different mechanism in Qt 5. Universal builds are not supported. Change-Id: I4664f2c31801cec7fb4d240f41c2c5204a109020 Reviewed-by: James Turner Reviewed-by: Bradley T. Hughes Reviewed-by: Thiago Macieira --- mkspecs/features/mac/ppc64.prf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 mkspecs/features/mac/ppc64.prf (limited to 'mkspecs/features/mac/ppc64.prf') diff --git a/mkspecs/features/mac/ppc64.prf b/mkspecs/features/mac/ppc64.prf deleted file mode 100644 index 5a04d5beb3..0000000000 --- a/mkspecs/features/mac/ppc64.prf +++ /dev/null @@ -1,7 +0,0 @@ -macx-xcode|macx-pbuilder { -} else { - QMAKE_CFLAGS += $$QMAKE_CFLAGS_PPC_64 - QMAKE_OBJECTIVE_CFLAGS += $$QMAKE_OBJECTIVE_CFLAGS_PPC_64 - QMAKE_CXXFLAGS += $$QMAKE_CXXFLAGS_PPC_64 - QMAKE_LFLAGS += $$QMAKE_LFLAGS_PPC_64 -} -- cgit v1.2.3