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: adam
Date: Thu Apr 7 12:12:02 UTC 2022
Modified Files:
pkgsrc/mk/compiler: gcc.mk
Log Message:
Make pkglint happy
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 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.238 pkgsrc/mk/compiler/gcc.mk:1.239
--- pkgsrc/mk/compiler/gcc.mk:1.238 Thu Apr 7 07:08:34 2022
+++ pkgsrc/mk/compiler/gcc.mk Thu Apr 7 12:12:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.238 2022/04/07 07:08:34 nia Exp $
+# $NetBSD: gcc.mk,v 1.239 2022/04/07 12:12:02 adam Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -318,7 +318,7 @@ _NEED_GCC8= yes
# April 2022: GCC below 10 from pkgsrc is broken on 32-bit arm NetBSD.
.if !empty(MACHINE_PLATFORM:MNetBSD-*-earm*) && \
- ${OPSYS_VERSION} < 099900 && \
+ ${OPSYS_VERSION} < 099900 && \
(${_NEED_GCC8:tl} == "yes" || ${_NEED_GCC9:tl} == "yes")
_NEED_GCC6= no
_NEED_GCC7= no
Home |
Main Index |
Thread Index |
Old Index