pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc8
Module Name: pkgsrc
Committed By: rillig
Date: Mon Apr 27 03:38:28 UTC 2020
Modified Files:
pkgsrc/lang/gcc8: Makefile
Log Message:
lang/gcc8: remove no-op SUBST block
The file gcc/Makefile.in does not contain GCC_TARGET_MACHINE, and there
is no patch that adds this placeholder. The related words that actually
appear in Makefile.in are -DTARGET_MACHINE, $(target_noncanonical),
$(target), $(real_target_noncanonical).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/gcc8/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc8/Makefile
diff -u pkgsrc/lang/gcc8/Makefile:1.18 pkgsrc/lang/gcc8/Makefile:1.19
--- pkgsrc/lang/gcc8/Makefile:1.18 Wed Apr 8 06:39:57 2020
+++ pkgsrc/lang/gcc8/Makefile Mon Apr 27 03:38:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/04/08 06:39:57 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/04/27 03:38:28 rillig Exp $
GCC_PKGNAME= gcc8
.include "version.mk"
@@ -41,12 +41,6 @@ CONFIGURE_ARGS+= --disable-libstdcxx-pch
UNLIMIT_RESOURCES+= datasize
UNLIMIT_RESOURCES+= stacksize
-SUBST_CLASSES+= vars
-SUBST_MESSAGE.vars= Setting target machine name path in ${SUBST_FILES.vars}
-SUBST_STAGE.vars= pre-configure
-SUBST_FILES.vars= gcc/Makefile.in
-SUBST_VARS.vars= GCC_TARGET_MACHINE
-
CHECK_PORTABILITY_SKIP+= contrib/*
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index