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: gdt
Date: Tue Jan 2 23:37:48 UTC 2024
Modified Files:
pkgsrc/mk/compiler: gcc.mk
Log Message:
gcc.mk: Add NetBSD 7's compiler version to the list
To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 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.268 pkgsrc/mk/compiler/gcc.mk:1.269
--- pkgsrc/mk/compiler/gcc.mk:1.268 Tue Jan 2 23:35:00 2024
+++ pkgsrc/mk/compiler/gcc.mk Tue Jan 2 23:37:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.268 2024/01/02 23:35:00 gdt Exp $
+# $NetBSD: gcc.mk,v 1.269 2024/01/02 23:37:48 gdt Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -159,6 +159,7 @@ GCC_REQD+= 2.8.0
# Whenever reasonable, we choose a gcc version shipped with a NetBSD
# release, because those are known to work well, and because it is
# simpler to limit selection to fewer versions. Thus we tend to:
+# - gcc 4.8, shipped with NetBSD 7
# - gcc 5, shipped with NetBSD 8
# - gcc 7, shipped with NetBSD 9
# - gcc 10, shipped with NetBSD 10
Home |
Main Index |
Thread Index |
Old Index