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

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

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months 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/ABOUT-NLS » ('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 License File: patched-yasm/GNU_LGPL-2.0 3 License File: patched-yasm/GNU_LGPL-2.0
4 4
5 This is a full untar of the yasm 0.8.0 with the patches in the patches/ 5 This is a full untar of the yasm 1.1.0 with the patches in the patches/
6 directory applied. The original tarball was retrieved from: 6 directory applied. The original tarball was retrieved from:
7 7
8 http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz 8 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
9 9
10 To apply the patches, co to the patched-yasm directory and run: 10 To apply the patches, co to the patched-yasm directory and run:
11 patch -p1 -i ../patches/01_genmodule_outfile.patch 11 patch -p1 -i ../patches/01_genmodule_outfile.patch
12 patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch 12 patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch
13 13
14 Windows uses version 1.1 for /SAFESEH compatibility 14 Windows uses version 1.1 for /SAFESEH compatibility
15 Source 15 Source
16 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz 16 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
17 Source built with Visual Studio 2008 and Cygwin Python 2.5 17 Source built with Visual Studio 2008 and Cygwin Python 2.5
18 cd Mkfiles\vc9 18 cd Mkfiles\vc9
19 devenv -build Release yasm.sln 19 devenv -build Release yasm.sln
20 20
OLDNEW
« no previous file with comments | « no previous file | third_party/yasm/patched-yasm/ABOUT-NLS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698