]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
WORKAROUND: Allow cscope to work with ARM64
authorJulien Grall <julien.grall@citrix.com>
Sat, 10 Oct 2015 16:16:29 +0000 (17:16 +0100)
committerJulien Grall <julien.grall@citrix.com>
Mon, 2 Nov 2015 11:46:55 +0000 (11:46 +0000)
sys/Makefile

index 75757463779cfd77ec5dae6675ff6d620ec4cee1..84c65fdf5026804dd0b560c70bef112a367aef92 100644 (file)
@@ -11,7 +11,7 @@ CSCOPEDIRS=   boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
 CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc sparc64 x86
 .else
 CSCOPE_ARCHDIR = ${MACHINE}
-.if ${MACHINE} != ${MACHINE_CPUARCH}
+.if ${MACHINE} != ${MACHINE_CPUARCH} && ${MACHINE} != "arm64"
 CSCOPE_ARCHDIR += ${MACHINE_CPUARCH}
 .endif
 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"