git: e726eed75d87 - main - share/mk: Remove pre-armv7 example architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jun 2024 09:26:45 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=e726eed75d87c7306c179e17c671e92e9fe61937
commit e726eed75d87c7306c179e17c671e92e9fe61937
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-06-20 09:26:14 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-06-20 09:26:14 +0000
share/mk: Remove pre-armv7 example architectures
These are already removed from the tree, or are in the process of being
removed.
Reviewed by: manu, imp, emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45638
---
share/mk/bsd.cpu.mk | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index 730e4b4aa152..793c01b76dca 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -108,16 +108,11 @@ _CPUCFLAGS = -mfloat-abi=softfp
_CPUCFLAGS = -march=armv7 -mfpu=vfp
. elif ${CPUTYPE:Marmv[67]*} != ""
# Handle all the armvX types that FreeBSD runs:
-# armv6, armv6t2, armv7, armv7-a, armv7ve
+# armv7, armv7-a, armv7ve
# they require -march=. All the others require -mcpu=.
_CPUCFLAGS = -march=${CPUTYPE}
. else
# Common values for FreeBSD
-# arm: (any arm v4 or v5 processor you are targeting)
-# arm920t, arm926ej-s, marvell-pj4, fa526, fa626,
-# fa606te, fa626te, fa726te
-# 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,