svn commit: r351896 - projects/clang900-import/lib/libclang_rt
Dimitry Andric
dim at FreeBSD.org
Thu Sep 5 20:42:09 UTC 2019
Author: dim
Date: Thu Sep 5 20:42:08 2019
New Revision: 351896
URL: https://svnweb.freebsd.org/changeset/base/351896
Log:
Add some missed continuation backslashes.
Modified:
projects/clang900-import/lib/libclang_rt/Makefile
Modified: projects/clang900-import/lib/libclang_rt/Makefile
==============================================================================
--- projects/clang900-import/lib/libclang_rt/Makefile Thu Sep 5 20:39:13 2019 (r351895)
+++ projects/clang900-import/lib/libclang_rt/Makefile Thu Sep 5 20:42:08 2019 (r351896)
@@ -8,7 +8,7 @@ SUBDIR_ALL+= ubsan_minimal
SUBDIR_ALL+= ubsan_standalone
SUBDIR_ALL+= ubsan_standalone_cxx
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" ||
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "i386"
SUBDIR_ALL+= asan
SUBDIR_ALL+= asan-preinit
@@ -28,12 +28,12 @@ SUBDIR_ALL+= tsan
SUBDIR_ALL+= tsan_cxx
.endif # aarch64 || amd64
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" ||
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "i386"
SUBDIR_ALL+= safestack
.endif # aarch64 || amd64 || i386
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" ||
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "arm"
SUBDIR_ALL+= xray
SUBDIR_ALL+= xray-basic
More information about the svn-src-projects
mailing list