summaryrefslogtreecommitdiff
path: root/lang/gcc7
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-06-21 21:16:35 +0000
committermaya <maya@pkgsrc.org>2017-06-21 21:16:35 +0000
commit0ef375658e3c75bcbad7fa33cf41e4d1d50890ff (patch)
treee05c61e197e731910e1fb363a0d7575f222d3968 /lang/gcc7
parentbe42dcb2489d1507800e452f9fa813624b067430 (diff)
downloadpkgsrc-0ef375658e3c75bcbad7fa33cf41e4d1d50890ff.tar.gz
Use gsed when building GCC.
This is a somewhat blind commit. I've long had issues on various platforms with libgcc getting misconfigured (on netbsd/mips,arm,powerpc), for example build failures see: http://mail-index.netbsd.org/port-mips/2017/06/21/msg000832.html testing GCC 7.1 with netbsd/mips64el I got a lot further using it, but still didn't complete the build. It took hours to reach this failure, so I'd rather blindly commit the same change in the hopes it might help other architectures.
Diffstat (limited to 'lang/gcc7')
-rw-r--r--lang/gcc7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile
index 7bd4ef634de..8e1dd9c9635 100644
--- a/lang/gcc7/Makefile
+++ b/lang/gcc7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/06/08 09:52:48 maya Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/21 21:16:36 maya Exp $
GCC_PKGNAME= gcc7
.include "version.mk"
@@ -24,7 +24,7 @@ EXTRACT_ONLY= ${DEFAULT_DISTFILES}
NOT_FOR_PLATFORM= Interix-*-*
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake makeinfo sed:run tar:build
+USE_TOOLS+= gmake makeinfo gsed tar:build
GNU_CONFIGURE= yes
## Build outside ${WRKSRC}