summaryrefslogtreecommitdiff
path: root/cross/avr-binutils
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-22 05:59:26 +0000
committermef <mef@pkgsrc.org>2021-09-22 05:59:26 +0000
commit76db7e2269329d571afd67dc4360e55d97a5af27 (patch)
tree4503b06d9ee641ce652277fc3db19a73d26e5911 /cross/avr-binutils
parent47b4c1696fc2a2b2f9e8a6dc73c4110cc9d901cb (diff)
downloadpkgsrc-76db7e2269329d571afd67dc4360e55d97a5af27.tar.gz
(cross/avr-binutils) emulator/simulavr wants diagnostics.h
Diffstat (limited to 'cross/avr-binutils')
-rw-r--r--cross/avr-binutils/Makefile6
-rw-r--r--cross/avr-binutils/PLIST3
2 files changed, 5 insertions, 4 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 97dbb39b6c6..233449f59f9 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2021/09/22 02:35:40 mef Exp $
+# $NetBSD: Makefile,v 1.34 2021/09/22 05:59:26 mef Exp $
DISTNAME= binutils-2.37
PKGNAME= ${DISTNAME:S/^/avr-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
@@ -62,7 +62,7 @@ post-install:
)
# emulators/simulavr wants following header files
(cd ${WRKSRC}/include; \
- for f in ansidecl.h symcat.h; do \
+ for f in ansidecl.h symcat.h diagnostics.h ; do \
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/avr/include; \
done; \
)
diff --git a/cross/avr-binutils/PLIST b/cross/avr-binutils/PLIST
index b945b65287a..03e323be449 100644
--- a/cross/avr-binutils/PLIST
+++ b/cross/avr-binutils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/09/22 02:35:40 mef Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/09/22 05:59:26 mef Exp $
avr/bin/ar
avr/bin/as
avr/bin/ld
@@ -11,6 +11,7 @@ avr/bin/readelf
avr/bin/strip
avr/include/ansidecl.h
avr/include/bfd.h
+avr/include/diagnostics.h
avr/include/symcat.h
avr/lib/bfd-plugins/libdep.so
avr/lib/ldscripts/avr1.x