From 0ef375658e3c75bcbad7fa33cf41e4d1d50890ff Mon Sep 17 00:00:00 2001 From: maya Date: Wed, 21 Jun 2017 21:16:35 +0000 Subject: 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. --- lang/gcc6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gcc6') 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} -- cgit v1.2.3