Index: stable/11/lib/libclang_rt/Makefile =================================================================== --- stable/11/lib/libclang_rt/Makefile (revision 347395) +++ stable/11/lib/libclang_rt/Makefile (revision 347396) @@ -1,32 +1,29 @@ # $FreeBSD$ .include .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" SUBDIR+= include SUBDIR+= asan SUBDIR+= asan-preinit SUBDIR+= asan_cxx SUBDIR+= asan_dynamic .if ${MACHINE_CPUARCH} == "amd64" SUBDIR+= msan SUBDIR+= msan_cxx .endif SUBDIR+= safestack SUBDIR+= stats SUBDIR+= stats_client .if ${MACHINE_CPUARCH} == "amd64" SUBDIR+= tsan SUBDIR+= tsan_cxx .endif SUBDIR+= ubsan_minimal SUBDIR+= ubsan_standalone SUBDIR+= ubsan_standalone_cxx .endif -.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \ - (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb") SUBDIR+= profile -.endif .include Index: stable/11 =================================================================== --- stable/11 (revision 347395) +++ stable/11 (revision 347396) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r346578