Title: [111242] branches/safari-534.55-branch/Source/_javascript_Core

Diff

Modified: branches/safari-534.55-branch/Source/_javascript_Core/ChangeLog (111241 => 111242)


--- branches/safari-534.55-branch/Source/_javascript_Core/ChangeLog	2012-03-19 21:00:38 UTC (rev 111241)
+++ branches/safari-534.55-branch/Source/_javascript_Core/ChangeLog	2012-03-19 21:02:34 UTC (rev 111242)
@@ -1,3 +1,17 @@
+2012-03-19  Lucas Forschler  <[email protected]>
+
+    Merge 110818
+    from http://svn.webkit.org/repository/webkit/branches/safari-534.54-branch
+
+    2012-03-14  Filip Pizlo  <[email protected]>
+
+            Fix for possible problems compiling with old versions of gcc
+            <rdar://problem/11043680>
+
+            Rubber stamped by Mark Rowe.
+
+            * Configurations/Base.xcconfig:
+
 2012-03-18  Lucas Forschler  <[email protected]>
 
     Rollout 110818 on this branch.

Modified: branches/safari-534.55-branch/Source/_javascript_Core/Configurations/Base.xcconfig (111241 => 111242)


--- branches/safari-534.55-branch/Source/_javascript_Core/Configurations/Base.xcconfig	2012-03-19 21:00:38 UTC (rev 111241)
+++ branches/safari-534.55-branch/Source/_javascript_Core/Configurations/Base.xcconfig	2012-03-19 21:02:34 UTC (rev 111242)
@@ -42,7 +42,9 @@
 GCC_OBJC_CALL_CXX_CDTORS = YES;
 GCC_PRECOMPILE_PREFIX_HEADER = YES;
 GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) HAVE_DTRACE=$(HAVE_DTRACE) WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST HAVE_HEADER_DETECTION_H $(GCC_PREPROCESSOR_DEFINITIONS);
-GCC_STRICT_ALIASING = YES;
+GCC_STRICT_ALIASING = $(GCC_STRICT_ALIASING_$(CURRENT_ARCH));
+GCC_STRICT_ALIASING_x86_64 = YES;
+GCC_STRICT_ALIASING_i386 = NO;
 GCC_THREADSAFE_STATICS = NO;
 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to