pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc9



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Feb 23 19:10:08 UTC 2020

Modified Files:
        pkgsrc/lang/gcc9: Makefile

Log Message:
lang/gcc9: remove no-op SUBST class

The word GCC_TARGET_MACHINE doesn't appear in the whole GCC source tree.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/gcc9/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/gcc9/Makefile
diff -u pkgsrc/lang/gcc9/Makefile:1.14 pkgsrc/lang/gcc9/Makefile:1.15
--- pkgsrc/lang/gcc9/Makefile:1.14      Wed Feb 12 04:28:35 2020
+++ pkgsrc/lang/gcc9/Makefile   Sun Feb 23 19:10:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/02/12 04:28:35 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/02/23 19:10:08 rillig Exp $
 
 GCC9_VERSION=  9.2.0
 
@@ -37,12 +37,6 @@ CONFIGURE_ARGS.Linux+=       --without-system-
 
 UNLIMIT_RESOURCES=     datasize stacksize
 
-SUBST_CLASSES+=                vars
-SUBST_MESSAGE.vars=    Setting target machine name path
-SUBST_STAGE.vars=      pre-configure
-SUBST_FILES.vars=      gcc/Makefile.in
-SUBST_VARS.vars=       GCC_TARGET_MACHINE
-
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90142
 CHECK_PORTABILITY_SKIP=        contrib/download_prerequisites
 



Home | Main Index | Thread Index | Old Index