Module Name:    src
Committed By:   skrll
Date:           Sun Jun 16 21:19:55 UTC 2024

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Style and sort MACHINE_CPU entries for GCC version conditional. NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.1380 -r1.1381 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1380 src/share/mk/bsd.own.mk:1.1381
--- src/share/mk/bsd.own.mk:1.1380	Sun Jun 16 20:22:29 2024
+++ src/share/mk/bsd.own.mk	Sun Jun 16 21:19:55 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1380 2024/06/16 20:22:29 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1381 2024/06/16 21:19:55 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -75,9 +75,10 @@ TOOLCHAIN_MISSING?=	no
 #
 # What GCC is used?
 #
-.if ${MACHINE_CPU} == "aarch64" || \
-    ${MACHINE_CPU} == "riscv" || \
+.if \
+    ${MACHINE_CPU} == "aarch64" || \
     ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_CPU} == "riscv" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE} == "sparc" || \

Reply via email to