| Index: README.chromium
|
| ===================================================================
|
| --- README.chromium (revision 124732)
|
| +++ README.chromium (working copy)
|
| @@ -9,13 +9,16 @@
|
|
|
| http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
|
|
|
| -To apply the patches, co to the patched-yasm directory and run:
|
| - patch -p1 -i ../patches/01_genmodule_outfile.patch
|
| - patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch
|
| +To apply the patches, cd to the patched-yasm directory and run:
|
| + patch -p1 -i ../patches/XXX.patch
|
| +for each of the patch files in that directory.
|
|
|
| +An equivalent of patches/04_silence_genperf_chatter.patch is in
|
| +https://github.com/yasm/yasm/pull/61.
|
| +
|
| Windows uses version 1.1 for /SAFESEH compatibility
|
| Source
|
| http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
|
| Source built with Visual Studio 2008 and Cygwin Python 2.5
|
| cd Mkfiles\vc9
|
| - devenv -build Release yasm.sln
|
| + devenv -build Release yasm.sln
|
|
|