52587412a9
ChangeLog: * Compilation fix for gcc 10 (thanks Dan Horak). * Allow pointer arithmetic in relocating mode within the same segment, since the result is segmentless (thanks Andre for the report). * .dsb with negative quantities shouldn't work (thanks Andre for the report). * Stop a divide-by-zero floating point exception (thanks Frederic Cambus). * Testsuite expanded.
15 lines
415 B
Makefile
15 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/05/13 20:20:41 fcambus Exp $
|
|
|
|
DISTNAME= xa-2.3.11
|
|
PKGNAME= ${DISTNAME:S/xa/xa65/}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://www.floodgap.com/retrotech/xa/dists/
|
|
|
|
MAINTAINER= mwilhelmy@users.sourceforge.net
|
|
HOMEPAGE= https://www.floodgap.com/retrotech/xa/
|
|
COMMENT= Cross assembler for MOS Technologies 6502
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|