pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc8 lang/gcc8: remove no-op SUBST block
details: https://anonhg.NetBSD.org/pkgsrc/rev/71bb92dc7520
branches: trunk
changeset: 428301:71bb92dc7520
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Apr 27 03:38:28 2020 +0000
description:
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).
diffstat:
lang/gcc8/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 5f3471c5df04 -r 71bb92dc7520 lang/gcc8/Makefile
--- a/lang/gcc8/Makefile Mon Apr 27 03:28:08 2020 +0000
+++ b/lang/gcc8/Makefile Mon Apr 27 03:38:28 2020 +0000
@@ -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 @@
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