Title: [161831] trunk/Source/WebKit2
- Revision
- 161831
- Author
- [email protected]
- Date
- 2014-01-12 13:04:02 -0800 (Sun, 12 Jan 2014)
Log Message
Build Fix: Objective-C GC should be unsupported in iOS WebKit2
* Configurations/Base.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (161830 => 161831)
--- trunk/Source/WebKit2/ChangeLog 2014-01-12 20:59:30 UTC (rev 161830)
+++ trunk/Source/WebKit2/ChangeLog 2014-01-12 21:04:02 UTC (rev 161831)
@@ -1,5 +1,11 @@
2014-01-12 Andy Estes <[email protected]>
+ Build Fix: Objective-C GC should be unsupported in iOS WebKit2
+
+ * Configurations/Base.xcconfig:
+
+2014-01-12 Andy Estes <[email protected]>
+
[iOS] Upstream WebKit2 xcconfig changes to fix the build
* Configurations/All-iOS.xcconfig: Added.
Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (161830 => 161831)
--- trunk/Source/WebKit2/Configurations/Base.xcconfig 2014-01-12 20:59:30 UTC (rev 161830)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig 2014-01-12 21:04:02 UTC (rev 161831)
@@ -39,7 +39,10 @@
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-GCC_ENABLE_OBJC_GC = supported;
+GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME));
+GCC_ENABLE_OBJC_GC_macosx = supported;
+GCC_ENABLE_OBJC_GC_iphoneos = unsupported;
+GCC_ENABLE_OBJC_GC_iphonesimulator = $(GCC_ENABLE_OBJC_GC_iphoneos);
GCC_ENABLE_SYMBOL_SEPARATION = NO;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes