Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 16:39:27 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296192 - head/sys
Message-ID:  <201602291639.u1TGdRuj012149@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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