summaryrefslogtreecommitdiff
path: root/lang/gcc48
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/gcc48
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/gcc48')
-rw-r--r--lang/gcc48/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index c9393afc04c..2ae5657de54 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2017/06/08 09:52:47 maya Exp $
+# $NetBSD: Makefile,v 1.33 2017/06/21 21:16:35 maya Exp $
GCC_PKGNAME= gcc48
.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
+USE_TOOLS+= gmake makeinfo gsed
GNU_CONFIGURE= yes
GCC_REQD+= 4.4
## Build outside ${WRKSRC}