pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/nios2-gcc



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jun 17 19:36:46 UTC 2017

Modified Files:
        pkgsrc/cross/nios2-gcc: Makefile

Log Message:
Disable depcomp replacement. libcpp wants to read the main depcomp after
the configure phase.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/cross/nios2-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/nios2-gcc/Makefile
diff -u pkgsrc/cross/nios2-gcc/Makefile:1.10 pkgsrc/cross/nios2-gcc/Makefile:1.11
--- pkgsrc/cross/nios2-gcc/Makefile:1.10        Sat Jul  9 06:37:58 2016
+++ pkgsrc/cross/nios2-gcc/Makefile     Sat Jun 17 19:36:46 2017
@@ -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



Home | Main Index | Thread Index | Old Index