diff options
author | maya <maya@pkgsrc.org> | 2017-06-21 21:16:35 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-06-21 21:16:35 +0000 |
commit | 0ef375658e3c75bcbad7fa33cf41e4d1d50890ff (patch) | |
tree | e05c61e197e731910e1fb363a0d7575f222d3968 /lang/gcc6 | |
parent | be42dcb2489d1507800e452f9fa813624b067430 (diff) | |
download | pkgsrc-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/gcc6')
-rw-r--r-- | lang/gcc6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index bd7b8bc9d98..b4c1efcaaf6 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/06/08 09:52:48 maya Exp $ +# $NetBSD: Makefile,v 1.5 2017/06/21 21:16:36 maya Exp $ GCC_PKGNAME= gcc6 .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} |