Title: [110565] trunk/Source/WebCore
Revision
110565
Author
[email protected]
Date
2012-03-13 08:21:53 -0700 (Tue, 13 Mar 2012)

Log Message

Unreviewed, rolling out r110510.
http://trac.webkit.org/changeset/110510
https://bugs.webkit.org/show_bug.cgi?id=80987

depends on chromium r 125700, which isn't rolled into webkit
yet :-/ (Requested by thakis_ on #webkit).

Patch by Sheriff Bot <[email protected]> on 2012-03-13

* WebCore.gyp/mac/adjust_visibility.sh:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (110564 => 110565)


--- trunk/Source/WebCore/ChangeLog	2012-03-13 15:18:42 UTC (rev 110564)
+++ trunk/Source/WebCore/ChangeLog	2012-03-13 15:21:53 UTC (rev 110565)
@@ -1,3 +1,14 @@
+2012-03-13  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r110510.
+        http://trac.webkit.org/changeset/110510
+        https://bugs.webkit.org/show_bug.cgi?id=80987
+
+        depends on chromium r 125700, which isn't rolled into webkit
+        yet :-/ (Requested by thakis_ on #webkit).
+
+        * WebCore.gyp/mac/adjust_visibility.sh:
+
 2012-03-13  Gavin Peters  <[email protected]>
 
         Make ApplicationCacheHost::canCacheInPageCache() non-const.

Modified: trunk/Source/WebCore/WebCore.gyp/mac/adjust_visibility.sh (110564 => 110565)


--- trunk/Source/WebCore/WebCore.gyp/mac/adjust_visibility.sh	2012-03-13 15:18:42 UTC (rev 110564)
+++ trunk/Source/WebCore/WebCore.gyp/mac/adjust_visibility.sh	2012-03-13 15:21:53 UTC (rev 110565)
@@ -63,11 +63,6 @@
 OUTPUT_NAME="output.a"
 
 for ARCH in ${ARCHS} ; do
-  if [ "${ARCH}" = "ppc" -o "${ARCH}" = "ppc64" ] ; then
-    echo "Please |lipo -remove ppc -remove ppc64| from ${INPUT}."
-    echo "Xcode 4.3's ld can no longer relink ppc files."
-    exit 1
-  fi
   # Get a thin version of fat input by running lipo.  If the input is already
   # thin, just copy it into place.  The extra copy isn't strictly necessary
   # but it simplifies the script.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to