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
This commit is contained in:
Andrew Turner
2024-06-20 09:26:14 +00:00
parent 8203cf1c53
commit e726eed75d
+1 -6
View File
@@ -108,16 +108,11 @@ _CPUCFLAGS = -mfloat-abi=softfp
_CPUCFLAGS = -march=armv7 -mfpu=vfp _CPUCFLAGS = -march=armv7 -mfpu=vfp
. elif ${CPUTYPE:Marmv[67]*} != "" . elif ${CPUTYPE:Marmv[67]*} != ""
# Handle all the armvX types that FreeBSD runs: # 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=. # they require -march=. All the others require -mcpu=.
_CPUCFLAGS = -march=${CPUTYPE} _CPUCFLAGS = -march=${CPUTYPE}
. else . else
# Common values for FreeBSD # 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, # armv7: generic-armv7-a, cortex-a5, cortex-a7, cortex-a8, cortex-a9,
# cortex-a12, cortex-a15, cortex-a17 # cortex-a12, cortex-a15, cortex-a17
# cortex-a53, cortex-a57, cortex-a72, # cortex-a53, cortex-a57, cortex-a72,