diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-09-05 20:42:08 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-09-05 20:42:08 +0000 |
| commit | cde67b40f35fdd78c1fa86ddd013d46cac055963 (patch) | |
| tree | ead76e6a72ac41bc100bf553b6f1ab34ac16b466 /lib/libclang_rt | |
| parent | fec2a7b2429620956a1b043552ca621be771f2a7 (diff) | |
Notes
Diffstat (limited to 'lib/libclang_rt')
| -rw-r--r-- | lib/libclang_rt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libclang_rt/Makefile b/lib/libclang_rt/Makefile index 5ac85aa92f1c..1b6d03ba9904 100644 --- a/lib/libclang_rt/Makefile +++ b/lib/libclang_rt/Makefile @@ -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 |
