summaryrefslogtreecommitdiffstats
path: root/third_party/apple_webkit/README.chromium
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 22:36:46 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 22:36:46 +0000
commit0839dd987f84300697bde82a848f0fe5d6b83194 (patch)
tree9cf330cc4bf2e91ed75a9cac20e5a1854f4ec05f /third_party/apple_webkit/README.chromium
parent68670ea192c32e2f10101e1644f8ddd3e9b6a5aa (diff)
downloadchromium_src-0839dd987f84300697bde82a848f0fe5d6b83194.zip
chromium_src-0839dd987f84300697bde82a848f0fe5d6b83194.tar.gz
chromium_src-0839dd987f84300697bde82a848f0fe5d6b83194.tar.bz2
Remove ppc and ppc64 architectures from libWebKitSystemInterfaceLeopard.a
It looks like xcode4.3's ld can no longer relink ppc object files (see bug). BUG=117215 TEST=fewer build problems when building with xcode 4.3 Review URL: https://chromiumcodereview.appspot.com/9638015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/apple_webkit/README.chromium')
-rw-r--r--third_party/apple_webkit/README.chromium8
1 files changed, 7 insertions, 1 deletions
diff --git a/third_party/apple_webkit/README.chromium b/third_party/apple_webkit/README.chromium
index bac2675..672b965 100644
--- a/third_party/apple_webkit/README.chromium
+++ b/third_party/apple_webkit/README.chromium
@@ -1,7 +1,13 @@
Name: WebKit private system interface
URL: http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a@106868
-SVN Revision: r106868
+Version: r106868
Date: 6 February 2012
+Security Critical: Yes
Local changes:
Added the contents of LICENSE to WebKitSystemInterface.h.
+Removed architectures ppc, ppc64 from the archive by running:
+ cp third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a .
+ lipo -remove ppc -remove ppc64 \
+ -output third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a \
+ libWebKitSystemInterfaceLeopard.a