diff options
author | maya <maya@pkgsrc.org> | 2021-02-13 15:56:16 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2021-02-13 15:56:16 +0000 |
commit | 0408056ccf0fff3b48c9256dc84cf203d33e4412 (patch) | |
tree | 572b9f73f7fd248d80272cc28cfe9318207135b4 /lang/gcc7/Makefile | |
parent | b77b13753d851a512e32046e509c11c8efcb5b7d (diff) | |
download | pkgsrc-0408056ccf0fff3b48c9256dc84cf203d33e4412.tar.gz |
lang/gcc{6,7,8,9,0}: call SUBTARGET_INIT_BUILTINS on sparc* too
While here point out that the aarch64 equivalent patch was sent upstream.
Bump PKGREVISION. fix gcc*-libs PKGREVISION accordingly.
Fixes PR pkg/55992: math/blas fails on NetBSD/sparc64
Fixes report by Connor McLaughlan on pkgsrc-users
Diffstat (limited to 'lang/gcc7/Makefile')
-rw-r--r-- | lang/gcc7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile index ab27a462952..c813cafbd94 100644 --- a/lang/gcc7/Makefile +++ b/lang/gcc7/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2020/10/23 00:45:48 gutteridge Exp $ +# $NetBSD: Makefile,v 1.37 2021/02/13 15:56:16 maya Exp $ GCC_PKGNAME= gcc7 .include "version.mk" DISTNAME= gcc-${GCC7_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC7_DIST_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc7-libs needs to be bumped to be at least 1 more than the ## PKGREVISION of this package! |