diff options
author | joerg <joerg@pkgsrc.org> | 2017-06-17 19:36:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-06-17 19:36:46 +0000 |
commit | 7828e9284af2d1ae1472f895f95a5ba3cc5454c0 (patch) | |
tree | 837acd1e4499d5d295641b651405c28ede3ab2c8 /cross/nios2-gcc | |
parent | 771f86fa388b655514557fa95dbbda3d537aafb1 (diff) | |
download | pkgsrc-7828e9284af2d1ae1472f895f95a5ba3cc5454c0.tar.gz |
Disable depcomp replacement. libcpp wants to read the main depcomp after
the configure phase.
Diffstat (limited to 'cross/nios2-gcc')
-rw-r--r-- | cross/nios2-gcc/Makefile | 5 |
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 |