diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-09 10:22:04 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-09 23:15:50 -0600 |
commit | 3bceaa3e8d2c05995454996d693beb9b29715710 (patch) | |
tree | 538f954c1e1a77c8ac55198c6735feeae13b411d /development/yasm/README | |
parent | ebfa99066dd8a26f9667379b615b8e3ae4a946a6 (diff) |
development/yasm: Removed. This is part of Slackware 13.37.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/yasm/README')
-rw-r--r-- | development/yasm/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/development/yasm/README b/development/yasm/README deleted file mode 100644 index 94d5ec3122..0000000000 --- a/development/yasm/README +++ /dev/null @@ -1,9 +0,0 @@ -Yasm is a complete rewrite of the NASM assembler under the "new" BSD License -(some portions are under other licenses, see COPYING for details). Yasm -currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS -assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, -RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging -information in STABS, DWARF 2, and CodeView? 8 formats. - -If you have Cython installed, you can build the python bindings by passing -PYTHON_BINDINGS=yes to the script. |