Changes: - AMD SSE4a and SSE5 instruction support. - AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction support. - 16-bit float value (IEEE-754r half precision) support (desirable for SSE5). - Added "oword", "do", and "reso" aliases for "dqword", "ddq", "resdq". - Added easier RIP-relative addressing with rel/abs modifiers and "default" directive to set default rel/abs mode (see AMD64 for details). - CPP preprocessor. Contributed by Paul Barker - GAS local labels (1:, 1f, 1b) support. Noticed by Jung Lee - GAS .org fill parameter support. Noticed by Jung Lee and Xiaoming Mo - Command line aliases for -d (-D) and -u (-U) for increased NASM command line compatibility. Requested by Mike Frysinger - ..gotpc ELF32 bugfix: #114 - Minor bugfixes (CPU setting for a few instructions, hash lookup).
21 lines
552 B
Makefile
21 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.21 2007/10/21 23:41:59 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= yasm-0.6.2
|
|
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"
|