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

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

Issue 10329002: roll yasm to 134927 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « DEPS ('k') | no next file » | 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.1.0
4 With these patches merged: 4 With these patches merged:
5 * https://github.com/yasm/yasm/commit/a2cbb10ee1b90b73647667ac849c74d65761d412 5 * https://github.com/yasm/yasm/commit/a2cbb10ee1b90b73647667ac849c74d65761d412
6 * https://github.com/yasm/yasm/commit/01ab853e68ef8aeded716d6f5b34895200f66a51 6 * https://github.com/yasm/yasm/commit/01ab853e68ef8aeded716d6f5b34895200f66a51
7 * https://github.com/yasm/yasm/commit/82fafa7b5619e702c8681c959ade0746498e3cbc 7 * https://github.com/yasm/yasm/commit/82fafa7b5619e702c8681c959ade0746498e3cbc
8 * https://github.com/yasm/yasm/commit/2bd66514b6b100887c19d8598da38347b3cff40e
9 * https://github.com/yasm/yasm/commit/ab19547382660d81e0b4a0232dccb38f44c52a36
8 10
9 License File: source/patched-yasm/COPYING 11 License File: source/patched-yasm/COPYING
10 Security Critical: no 12 Security Critical: no
11 13
12 See also the yasm.gyp file for a description of the yasm build process. 14 See also the yasm.gyp file for a description of the yasm build process.
13 15
14 Instructions for recreating the yasm.gyp file. 16 Instructions for recreating the yasm.gyp file.
15 1) Get a clean version of the yasm source tree. The clean tree can be found 17 1) Get a clean version of the yasm source tree. The clean tree can be found
16 at: 18 at:
17 19
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 Yasm uses python scripts to generate the assembly code description 123 Yasm uses python scripts to generate the assembly code description
122 files in C++. Make sure to get these put into the gyp file properly as 124 files in C++. Make sure to get these put into the gyp file properly as
123 well. An example is gen_x86_insn.py for x86 assembly. 125 well. An example is gen_x86_insn.py for x86 assembly.
124 126
125 Note that at least the gen_x86_insn.py script suffers from the same 127 Note that at least the gen_x86_insn.py script suffers from the same
126 problem as genmacro in that it outputs to the current directory by 128 problem as genmacro in that it outputs to the current directory by
127 default. The yasm.gyp build patches this file before invoking it to 129 default. The yasm.gyp build patches this file before invoking it to
128 allow specifying an output directory. 130 allow specifying an output directory.
129 131
130 10) If all that's is finished, attempt to build....and cross your fingers. 132 10) If all that's is finished, attempt to build....and cross your fingers.
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698