Title: [100039] trunk/Source/_javascript_Core
- Revision
- 100039
- Author
- [email protected]
- Date
- 2011-11-11 15:50:19 -0800 (Fri, 11 Nov 2011)
Log Message
Update iOS compiler version.
Reviewed by David Kilzer.
* Configurations/CompilerVersion.xcconfig:
- Update compiler version.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (100038 => 100039)
--- trunk/Source/_javascript_Core/ChangeLog 2011-11-11 23:44:59 UTC (rev 100038)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-11-11 23:50:19 UTC (rev 100039)
@@ -1,5 +1,14 @@
2011-11-11 Gavin Barraclough <[email protected]>
+ Update iOS compiler version.
+
+ Reviewed by David Kilzer.
+
+ * Configurations/CompilerVersion.xcconfig:
+ - Update compiler version.
+
+2011-11-11 Gavin Barraclough <[email protected]>
+
Update iOS port's configuration setting, particularly in Platform.h
https://bugs.webkit.org/show_bug.cgi?id=72187
Modified: trunk/Source/_javascript_Core/Configurations/CompilerVersion.xcconfig (100038 => 100039)
--- trunk/Source/_javascript_Core/Configurations/CompilerVersion.xcconfig 2011-11-11 23:44:59 UTC (rev 100038)
+++ trunk/Source/_javascript_Core/Configurations/CompilerVersion.xcconfig 2011-11-11 23:50:19 UTC (rev 100039)
@@ -54,8 +54,8 @@
// number. Newer versions of Xcode use XCODE_VERSION_MINOR for the minor version, and
// XCODE_VERSION_ACTUAL for the full version number.
TARGET_GCC_VERSION = $(TARGET_GCC_VERSION_$(REAL_PLATFORM_NAME));
-TARGET_GCC_VERSION_iphoneos = LLVM_GCC_42;
-TARGET_GCC_VERSION_iphonesimulator = GCC_42;
+TARGET_GCC_VERSION_iphoneos = LLVM_COMPILER;
+TARGET_GCC_VERSION_iphonesimulator = $(TARGET_GCC_VERSION_iphoneos);
TARGET_GCC_VERSION_macosx = $(TARGET_GCC_VERSION_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
TARGET_GCC_VERSION_macosx_1050 = $(TARGET_GCC_VERSION_macosx_1050_$(XCODE_VERSION_MINOR));
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes