pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Make pkglint happy



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa2cd034ea6c
branches:  trunk
changeset: 376424:fa2cd034ea6c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 07 12:12:02 2022 +0000

description:
Make pkglint happy

diffstat:

 mk/compiler/gcc.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f476e568c201 -r fa2cd034ea6c mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Thu Apr 07 11:47:48 2022 +0000
+++ b/mk/compiler/gcc.mk        Thu Apr 07 12:12:02 2022 +0000
@@ -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 @@
 
 # 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