share/examples/etc/make.conf: Remove old arm archs

Remove the pre-armv7 architecture options from the example make.conf.
These have either been removed, or will soon be removed from the build.

Reviewed by:	manu, imp, emaste
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D45636
This commit is contained in:
Andrew Turner 2024-06-20 09:26:10 +00:00
parent a67a0a6a20
commit eda7eff0d2

View File

@ -43,8 +43,7 @@
# pentium3m, pentium3, pentium-m, pentium2, pentiumpro,
# pentium-mmx, pentium, i486
# (VIA CPUs) c7, c3-2, c3
# ARM architecture: armv5, armv5te, armv6, armv6t2, arm1176jzf-s, armv7,
# armv7-a, armv7ve, generic-armv7-a, cortex-a5,
# ARM architecture: armv7, armv7-a, armv7ve, generic-armv7-a, cortex-a5,
# cortex-a7, cortex-a8, cortex-a9, cortex-a12,
# cortex-a15, cortex-a17
# ARM64 architecture: cortex-a53, cortex-a57, cortex-a72,
@ -78,7 +77,7 @@
#
# CFLAGS+= -msse3
# CXXFLAGS+= -msse3
# CFLAGS.armv6+= -mfloat-abi=softfp
# CFLAGS.armv7+= -mfloat-abi=softfp
#
# MAKE_SHELL controls the shell used internally by make(1) to process the
# command scripts in makefiles. Three shells are supported, sh, ksh, and