Title: [93000] trunk/Source/_javascript_Core
Revision
93000
Author
[email protected]
Date
2011-08-12 14:42:44 -0700 (Fri, 12 Aug 2011)

Log Message

Update some configuration settings that were missed back in r92432.

* Configurations/CompilerVersion.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (92999 => 93000)


--- trunk/Source/_javascript_Core/ChangeLog	2011-08-12 21:41:14 UTC (rev 92999)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-08-12 21:42:44 UTC (rev 93000)
@@ -1,3 +1,9 @@
+2011-08-12  Mark Rowe  <[email protected]>
+
+        Update some configuration settings that were missed back in r92432.
+
+        * Configurations/CompilerVersion.xcconfig:
+
 2011-08-12  Filip Pizlo  <[email protected]>
 
         REGRESSION (r91610?): Bing Maps fail to initialize (InvalidOperation:

Modified: trunk/Source/_javascript_Core/Configurations/CompilerVersion.xcconfig (92999 => 93000)


--- trunk/Source/_javascript_Core/Configurations/CompilerVersion.xcconfig	2011-08-12 21:41:14 UTC (rev 92999)
+++ trunk/Source/_javascript_Core/Configurations/CompilerVersion.xcconfig	2011-08-12 21:42:44 UTC (rev 93000)
@@ -47,10 +47,12 @@
 TARGET_GCC_VERSION_macosx_1060_Release = GCC_42;
 TARGET_GCC_VERSION_macosx_1060_Production = GCC_42;
 
-TARGET_GCC_VERSION_macosx_1070 = $(TARGET_GCC_VERSION_macosx_1070_$(CONFIGURATION));
-TARGET_GCC_VERSION_macosx_1070_Debug = LLVM_COMPILER;
-TARGET_GCC_VERSION_macosx_1070_Release = GCC_42;
-TARGET_GCC_VERSION_macosx_1070_Production = GCC_42;
+TARGET_GCC_VERSION_macosx_1070 = $(TARGET_GCC_VERSION_macosx_1070_AND_LATER_$(CONFIGURATION));
+TARGET_GCC_VERSION_macosx_1080 = $(TARGET_GCC_VERSION_macosx_1070_AND_LATER_$(CONFIGURATION));
+TARGET_GCC_VERSION_macosx_1090 = $(TARGET_GCC_VERSION_macosx_1070_AND_LATER_$(CONFIGURATION));
+TARGET_GCC_VERSION_macosx_1070_AND_LATER_Debug = LLVM_COMPILER;
+TARGET_GCC_VERSION_macosx_1070_AND_LATER_Release = GCC_42;
+TARGET_GCC_VERSION_macosx_1070_AND_LATER_Production = GCC_42;
 
 GCC_VERSION = $(GCC_VERSION_$(TARGET_GCC_VERSION));
 GCC_VERSION_GCC_40 = 4.0;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to