Changes from 0.6.2 to 0.7.0: * Intel Advanced Vector Extensions (AVX) instruction support. * Multi-section binary support (see #71, #99, [2010]). * Add support for ELF32 and ELF64 TLS (thread local storage) relocations. * Allow use of 0X in addition to 0x to prefix hex constants (#127). * Allow underscores in hex, binary, and octal constants (e.g. 0111_1111b). * Fix memory sizes on SSE/SSE2 instructions (#119). * Allow standalone prefixes (#122). * Simplify new varieties of sym-sym values (#124). * Support SAFESEH directive for win32 SEH handlers (#130). * Enable sym@FOO constructs in GAS parser. * SSE5 condition code support. * Other bugfixes.
21 lines
548 B
Makefile
21 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.22 2008/04/25 07:21:20 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= yasm-0.7.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
|
|
|
|
MAINTAINER= shaun@inerd.com
|
|
HOMEPAGE= http://www.tortall.net/projects/yasm/
|
|
COMMENT= Complete rewrite of the NASM assembler with BSD license
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= msgfmt
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
TEST_TARGET= check
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|