summaryrefslogtreecommitdiff
path: root/lang/gcc7-libs
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-06-17 19:50:52 +0000
committermaya <maya@pkgsrc.org>2018-06-17 19:50:52 +0000
commit34b2334c0a32e2f419e42cb06d76f216fc18f9f7 (patch)
tree087b473516c271ba03021d38efb32c83339455c2 /lang/gcc7-libs
parent29f8a91086075b4a7232b61f49043b17168821fa (diff)
downloadpkgsrc-34b2334c0a32e2f419e42cb06d76f216fc18f9f7.tar.gz
gcc7: fix many netbsd targets.
add netbsd/arm EABI target. recognise dwarf2 unwinding in the common arm code. switch convoluted stddef.h logic from relying on include guards having certain names to only applying for netbsd, which should be the sole remaining user. (necessary for netbsd/arm, which uses different include guards for ansi.h) move linux/alpha code out of shared alpha+ELF header. make all netbsd targets include netbsd-stdint.h. Fixes PR pkg/52951. Bump PKGREVISION. bump gcc7-libs PKGREVISION above this one.
Diffstat (limited to 'lang/gcc7-libs')
-rw-r--r--lang/gcc7-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7-libs/Makefile b/lang/gcc7-libs/Makefile
index 0399110c513..a6c0ab69bc8 100644
--- a/lang/gcc7-libs/Makefile
+++ b/lang/gcc7-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/21 10:05:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2018/06/17 19:50:52 maya Exp $
GCC_PKGNAME= gcc7
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC7_DIST_VERSION}
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc7 package so that with the dependence pattern
## '{gcc7,gcc7-libs}>=7.3.*' pkg_add will choose gcc7-libs over gcc7.
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= # empty