# # A free portable assembler. # # Designed for the Intel 80x86 microprocessor series, # using primarily the traditional Intel instruction mnemonics and syntax. # QICFLAGS="-g0 -Os -march=i586 -mtune=i686" QICXXFLAGS="-g0 -Os -march=i586 -mtune=i686" QILDFLAGS="-s" program=nasm version=2.13.03 release=2 blurb="A free portable assembler." homepage="http://nasm.us" license="BSD" fetch="http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2" replace=""