Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: third_party/yasm/README.chromium

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/yasm/patched-yasm/frontends/tasm/tasm.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: yasm 1 Name: yasm
2 URL: http://www.tortall.net/projects/yasm/ 2 URL: http://www.tortall.net/projects/yasm/
3 Version: 1.1.0 3 Version: 1.2.0
4 License File: patched-yasm/GNU_LGPL-2.0 4 License File: patched-yasm/GNU_LGPL-2.0
5 Security Critical: no
5 6
6 Description: 7 Description:
7 This is a full untar of the yasm 1.1.0 with the patches in the patches/ 8 This is a full untar of the yasm 1.2.0 with the patches in the patches/
8 directory applied. The original tarball was retrieved from: 9 directory applied. The original tarball was retrieved from:
9 10
10 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz 11 http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
11 12
12 To apply the patches, cd to the patched-yasm directory and run: 13 To apply the patches, cd to the patched-yasm directory and run:
13 patch -p1 -i ../patches/XXX.patch 14 patch -p1 -i ../patches/XXX.patch
14 for each of the patch files in that directory. 15 for each of the patch files in that directory.
15 16
16 An equivalent of patches/04_silence_genperf_chatter.patch is in
17 https://github.com/yasm/yasm/pull/61.
18
19 Windows uses version 1.1 for /SAFESEH compatibility 17 Windows uses version 1.1 for /SAFESEH compatibility
20 Source 18 Source
21 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz 19 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
22 Source built with Visual Studio 2008 and Cygwin Python 2.5 20 Source built with Visual Studio 2008 and Cygwin Python 2.5
23 cd Mkfiles\vc9 21 cd Mkfiles\vc9
24 devenv -build Release yasm.sln 22 devenv -build Release yasm.sln
OLDNEW
« no previous file with comments | « no previous file | third_party/yasm/patched-yasm/frontends/tasm/tasm.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698