git: 15575aca8754 - main - bsd.cpu.mk: Minor formatting for armv6 vs armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 21:45:02 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=15575aca875403e796d647ec5e42f7919197d130
commit 15575aca875403e796d647ec5e42f7919197d130
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-09-27 17:33:05 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-10-08 21:44:46 +0000
bsd.cpu.mk: Minor formatting for armv6 vs armv7
Separate out the arch/cpu options for armv6 from the armv7 ones. This is
less confusing.
Sponsored by: Netflix
---
share/mk/bsd.cpu.mk | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index f269bb110ed7..7984cba9536d 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -116,10 +116,12 @@ _CPUCFLAGS = -march=${CPUTYPE}
# arm: (any arm v4 or v5 processor you are targeting)
# arm920t, arm926ej-s, marvell-pj4, fa526, fa626,
# fa606te, fa626te, fa726te
-# armv6: (any arm v7 or v8 processor you are targeting and the arm1176jzf-s)
-# arm1176jzf-s, generic-armv7-a, cortex-a5, cortex-a7, cortex-a8,
-# cortex-a9, cortex-a12, cortex-a15, cortex-a17, cortex-a53, cortex-a57,
-# cortex-a72, exynos-m1
+# armv6:
+# arm1176jzf-s
+# armv7: generic-armv7-a, cortex-a5, cortex-a7, cortex-a8, cortex-a9,
+# cortex-a12, cortex-a15, cortex-a17
+# cortex-a53, cortex-a57, cortex-a72,
+# exynos-m1
_CPUCFLAGS = -mcpu=${CPUTYPE}
. endif
. elif ${MACHINE_ARCH} == "powerpc"