head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.18 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.16 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.14 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.12 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.10 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.8 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.6 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.4 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.2 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.2.0.4 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.1.0.8 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.6 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2024.02.11.22.04.11; author ryoon; state Exp; branches; next 1.2; commitid Ob3mFcT0DzSx24YE; 1.2 date 2023.07.20.22.02.46; author thorpej; state Exp; branches; next 1.1; commitid WbI873a5wmSYDAxE; 1.1 date 2022.07.18.03.43.05; author thorpej; state Exp; branches; next ; commitid ygkscjbHmePDmkMD; desc @@ 1.3 log @cross/lwtools: Update to 4.22 Changelog: 2023-12-22: LWTOOLS 4.22. This version comes with a couple of useful additions including being able to specify STDIN as the source file using - and the ability to specify an offset and length for includebin. Of some use might be the --no-warn=ifp1 flag to suppress warnings about the use of ifp1. Finally, the default compile optimization flag is reduced to -O2. It seems there are still compilers that actually generate incorrect code under -O3. 2023-04-23: LWTOOLS 4.21. This version comes with a couple of bugfixes related to building with certain Windows tools as well as an undefined memory access problem. Updating is recommended. 2022-08-17: LWTOOLS 4.20. It is highly recommended that everyone using an older version upgrade to this release. The big change is a fix to avoid relying on undefined memory when deciding whether to register a symbol using the data or code address. Also fix the basic output target to keep linesbelow 249 characters, a fix for numeric entry points in lwlink, and a couple other miscelaneous fixes. @ text @# $NetBSD: Makefile,v 1.2 2023/07/20 22:02:46 thorpej Exp $ DISTNAME= lwtools-4.22 CATEGORIES= cross MASTER_SITES= http://www.lwtools.ca/releases/lwtools/ MAINTAINER= thorpej@@NetBSD.org HOMEPAGE= http://www.lwtools.ca/ COMMENT= Cross-development tools for the Motorola 6809 and Hitachi 6309 LICENSE= gnu-gpl-v3 USE_TOOLS+= gmake INSTALLATION_DIRS= share/doc/lwtools post-install: ${INSTALL_DATA} ${WRKSRC}/docs/manual/* \ ${DESTDIR}${PREFIX}/share/doc/lwtools .include "../../mk/bsd.pkg.mk" @ 1.2 log @Don't specify the goal length at all; -g is not accepted by all flavors of fmt(1). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2022/07/18 03:43:05 thorpej Exp $ d3 1 a3 1 DISTNAME= lwtools-4.19 a6 2 PKGREVISION= 1 @ 1.1 log @Add a package for lwtools, a set of cross-development tools for the otorola 6809 Hitachi 6309. @ text @d1 1 a1 1 # $NetBSD$ d7 2 d11 1 a11 1 COMMENT= Cross-development tools for the Motorola 6809 Hitachi 6309 @