Switch back from yasm to nasm

These days, nasm supports more instructions than yasm. Additionally, it
offers a disassembler.
This commit is contained in:
Jonathan Schleifer
2014-03-28 23:10:24 +01:00
parent 3dc701c1c7
commit a04a520b0d
6 changed files with 23 additions and 27 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ development tools are included in official releases (e.g. R1 alpha 1) and in the
* autoheader (part of autoconf, needed for building gcc)
* automake
* gawk
* yasm (http://www.tortall.net/projects/yasm/wiki/Download)
* nasm
* wget
* (un)zip
* cdrtools (not genisoimage!)
@@ -76,7 +76,7 @@ The following darwin ports need to be installed:
* gnuregex
* gsed
* cdrtools
* yasm
* nasm
* wget
* less
* mpfr