From eda7eff0d266b9644f047469ce7c739a4ef2681a Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Thu, 20 Jun 2024 09:26:10 +0000 Subject: [PATCH] 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 --- share/examples/etc/make.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0cf156371ae..93c611557cb 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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