Title: [104461] trunk/Tools
Revision
104461
Author
rga...@webkit.org
Date
2012-01-09 07:32:16 -0800 (Mon, 09 Jan 2012)

Log Message

[Gtk][ARM] Cross compiler buildbot is failing after r103040
https://bugs.webkit.org/show_bug.cgi?id=75846

Reviewed by Philippe Normand.

* Scripts/webkitdirs.pm:
(runAutogenForAutotoolsProjectIfNecessary):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (104460 => 104461)


--- trunk/Tools/ChangeLog	2012-01-09 15:19:59 UTC (rev 104460)
+++ trunk/Tools/ChangeLog	2012-01-09 15:32:16 UTC (rev 104461)
@@ -1,3 +1,13 @@
+2012-01-09  Gabor Rapcsanyi  <rga...@webkit.org>
+
+        [Gtk][ARM] Cross compiler buildbot is failing after r103040
+        https://bugs.webkit.org/show_bug.cgi?id=75846
+
+        Reviewed by Philippe Normand.
+
+        * Scripts/webkitdirs.pm:
+        (runAutogenForAutotoolsProjectIfNecessary):
+
 2012-01-09  Alexander Færøy  <a...@0x90.dk>
 
         [Qt] Add support for dynamically enabling and disabling touch mocking in the Qt MiniBrowser

Modified: trunk/Tools/Scripts/webkitdirs.pm (104460 => 104461)


--- trunk/Tools/Scripts/webkitdirs.pm	2012-01-09 15:19:59 UTC (rev 104460)
+++ trunk/Tools/Scripts/webkitdirs.pm	2012-01-09 15:32:16 UTC (rev 104461)
@@ -1770,7 +1770,7 @@
     # between 32-bit and 64-bit architectures. The options are also
     # used on Chromium build.
     determineArchitecture();
-    if ($architecture ne "x86_64") {
+    if ($architecture ne "x86_64" && !isARM()) {
         $ENV{'CXXFLAGS'} = "-march=pentium4 -msse2 -mfpmath=sse";
     }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to