svn commit: r296192 - head/sys

Andrew Turner andrew at FreeBSD.org
Mon Feb 29 16:39:29 UTC 2016


Author: andrew
Date: Mon Feb 29 16:39:27 2016
New Revision: 296192
URL: https://svnweb.freebsd.org/changeset/base/296192

Log:
  Add riscv to the list of architectures for cscope.

Modified:
  head/sys/Makefile

Modified: head/sys/Makefile
==============================================================================
--- head/sys/Makefile	Mon Feb 29 15:45:43 2016	(r296191)
+++ head/sys/Makefile	Mon Feb 29 16:39:27 2016	(r296192)
@@ -8,7 +8,7 @@ CSCOPEDIRS=	boot bsm cam cddl compat con
 		rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
 .if !defined(CSCOPE_ARCHDIR)
 .if defined(ALL_ARCH)
-CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc sparc64 x86
+CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc riscv sparc64 x86
 .else
 CSCOPE_ARCHDIR = ${MACHINE}
 .if ${MACHINE} != ${MACHINE_CPUARCH}


More information about the svn-src-all mailing list