pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jun 25 01:41:15 UTC 2017

Modified Files:
        pkgsrc/mk/compiler: gcc.mk

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/mk/compiler/gcc.mk

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

Modified files:

Index: pkgsrc/mk/compiler/gcc.mk
diff -u pkgsrc/mk/compiler/gcc.mk:1.178 pkgsrc/mk/compiler/gcc.mk:1.179
--- pkgsrc/mk/compiler/gcc.mk:1.178     Thu May 18 08:14:08 2017
+++ pkgsrc/mk/compiler/gcc.mk   Sun Jun 25 01:41:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.178 2017/05/18 08:14:08 jperkin Exp $
+# $NetBSD: gcc.mk,v 1.179 2017/06/25 01:41:15 joerg Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -20,7 +20,7 @@
 #      When set to "yes", the runtime gcc libraries (libgcc, libstdc++
 #      etc) will be used from pkgsrc rather than the native compiler.
 #
-# GCC_VERSION_SUFIXX
+# GCC_VERSION_SUFFIX
 #      Optional suffix for GCC binaries, i.e. if the installed names are like
 #      /usr/bin/g++-5, /usr/bin/gcc-5 etc.
 



Home | Main Index | Thread Index | Old Index