svn commit: r357397 - in head/sys: arm/conf arm/include conf

Warner Losh imp at FreeBSD.org
Sun Feb 2 06:52:12 UTC 2020


Author: imp
Date: Sun Feb  2 06:52:10 2020
New Revision: 357397
URL: https://svnweb.freebsd.org/changeset/base/357397

Log:
  Remove old boardid/mach-types support.
  
  This has been long obsolete in linux and now that all armv4/5 support
  is gone, it can be retired too.

Deleted:
  head/sys/arm/conf/genboardid.awk
  head/sys/arm/conf/mach-types
  head/sys/arm/include/board.h
Modified:
  head/sys/conf/files.arm

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Sun Feb  2 06:52:04 2020	(r357396)
+++ head/sys/conf/files.arm	Sun Feb  2 06:52:10 2020	(r357397)
@@ -89,11 +89,6 @@ arm/arm/unwind.c		optional	ddb | kdtrace_hooks | stack
 arm/arm/vm_machdep.c		standard
 arm/arm/vfp.c			standard
 arm/cloudabi32/cloudabi32_sysvec.c	optional compat_cloudabi32
-board_id.h			standard				   \
-	dependency	"$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
-	compile-with	"${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
-	no-obj no-implicit-rule before-depend				   \
-	clean		"board_id.h"
 cddl/compat/opensolaris/kern/opensolaris_atomic.c	optional !armv7 !armv6 zfs | !armv7 !armv6 dtrace compile-with "${CDDL_C}"
 cddl/dev/dtrace/arm/dtrace_asm.S			optional dtrace compile-with "${DTRACE_S}"
 cddl/dev/dtrace/arm/dtrace_subr.c			optional dtrace compile-with "${DTRACE_C}"


More information about the svn-src-head mailing list