svn commit: r322430 - head/share/mk
Warner Losh
imp at FreeBSD.org
Sat Aug 12 17:07:34 UTC 2017
Author: imp
Date: Sat Aug 12 17:07:32 2017
New Revision: 322430
URL: https://svnweb.freebsd.org/changeset/base/322430
Log:
arm*hf is no longer a thing, remove it from the conversion now that it's easy.
Submitted by: andyt@
Modified:
head/share/mk/sys.mk
Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk Sat Aug 12 17:07:27 2017 (r322429)
+++ head/share/mk/sys.mk Sat Aug 12 17:07:32 2017 (r322430)
@@ -13,7 +13,7 @@ unix ?= We run FreeBSD, not UNIX.
# and/or endian. This is called MACHINE_CPU in NetBSD, but that's used
# for something different in FreeBSD.
#
-__TO_CPUARCH=C/mips(n32|64)?(el)?(hf)?/mips/:C/arm(v6)?(eb|hf)?/arm/:C/powerpc(64|spe)/powerpc/:C/riscv64(sf)?/riscv/
+__TO_CPUARCH=C/mips(n32|64)?(el)?(hf)?/mips/:C/arm(v6)?(eb)?/arm/:C/powerpc(64|spe)/powerpc/:C/riscv64(sf)?/riscv/
MACHINE_CPUARCH=${MACHINE_ARCH:${__TO_CPUARCH}}
.endif
More information about the svn-src-all
mailing list