Title: [139222] trunk/Source/ThirdParty
- Revision
- 139222
- Author
- commit-qu...@webkit.org
- Date
- 2013-01-09 12:27:07 -0800 (Wed, 09 Jan 2013)
Log Message
Change ARCHS to generic setting to work with multiple platforms.
https://bugs.webkit.org/show_bug.cgi?id=106478
Patch by David Farler <dfar...@apple.com> on 2013-01-09
Reviewed by Anders Carlsson.
* gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT);
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/ChangeLog (139221 => 139222)
--- trunk/Source/ThirdParty/ChangeLog 2013-01-09 20:24:03 UTC (rev 139221)
+++ trunk/Source/ThirdParty/ChangeLog 2013-01-09 20:27:07 UTC (rev 139222)
@@ -1,3 +1,12 @@
+2013-01-09 David Farler <dfar...@apple.com>
+
+ Change ARCHS to generic setting to work with multiple platforms.
+ https://bugs.webkit.org/show_bug.cgi?id=106478
+
+ Reviewed by Anders Carlsson.
+
+ * gtest/xcode/Config/General.xcconfig: ARCHS = $(ARCHS_STANDARD_32_64_BIT);
+
2012-10-28 Mark Rowe <mr...@apple.com>
Simplify Xcode configuration settings that used to vary between OS versions.
Modified: trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig (139221 => 139222)
--- trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig 2013-01-09 20:24:03 UTC (rev 139221)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig 2013-01-09 20:27:07 UTC (rev 139222)
@@ -9,8 +9,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
-// Not building PowerPC any more
-ARCHS = i386 x86_64
+ARCHS = $(ARCHS_STANDARD_32_64_BIT);
HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/usr/local/include $(WEBCORE_PRIVATE_HEADERS_DIR)/ForwardingHeaders ../ ../include/
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes