diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-08 22:36:46 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-08 22:36:46 +0000 |
commit | 0839dd987f84300697bde82a848f0fe5d6b83194 (patch) | |
tree | 9cf330cc4bf2e91ed75a9cac20e5a1854f4ec05f /third_party/apple_webkit | |
parent | 68670ea192c32e2f10101e1644f8ddd3e9b6a5aa (diff) | |
download | chromium_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')
-rw-r--r-- | third_party/apple_webkit/README.chromium | 8 | ||||
-rw-r--r-- | third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a | bin | 2072320 -> 997296 bytes |
2 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 diff --git a/third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a b/third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a Binary files differindex 21a33eb..c7bdca9 100644 --- a/third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a +++ b/third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a |