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}
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to