Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2024 09:26:43 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: eda7eff0d266 - main - share/examples/etc/make.conf: Remove old arm archs
Message-ID:  <202406200926.45K9QhQm004092@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=eda7eff0d266b9644f047469ce7c739a4ef2681a

commit eda7eff0d266b9644f047469ce7c739a4ef2681a
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-06-20 09:26:10 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-06-20 09:26:10 +0000

    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 0cf156371aec..93c611557cb6 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406200926.45K9QhQm004092>