summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-06-17 19:36:46 +0000
committerjoerg <joerg@pkgsrc.org>2017-06-17 19:36:46 +0000
commitb874136898a7ae1c316d2b3d996921e971972703 (patch)
treeff14d8c6ec7071da406553235b0906e079896aff /cross
parent3dfde8d6fd72bb4818a5a0f950fe02f1d92ad4c3 (diff)
downloadpkgsrc-b874136898a7ae1c316d2b3d996921e971972703.tar.gz
Disable depcomp replacement. libcpp wants to read the main depcomp after
the configure phase.
Diffstat (limited to 'cross')
-rw-r--r--cross/nios2-gcc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cross/nios2-gcc/Makefile b/cross/nios2-gcc/Makefile
index 6851f62197d..9aecc702076 100644
--- a/cross/nios2-gcc/Makefile
+++ b/cross/nios2-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:37:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/17 19:36:46 joerg Exp $
.include "../../cross/nios2/Makefile.common"
PKGNAME= nios2-gcc-${PKG_VERSION}
PKG_VERSION= 4.7.3
@@ -16,6 +16,9 @@ USE_LANGUAGES+= c c++
USE_GNU_CONFIGURE_HOST= no
WRKSRC= ${WRKDIR}/gcc-nios2
+# libcpp wants to directly grep in the output
+OVERRIDE_DIRDEPTH.depcomp= -1
+
CONFIGURE_ARGS+= --enable-languages=c
#CONFIGURE_ARGS+= --disable-multilib
CONFIGURE_ARGS+= --disable-threads