Index: lib/libclang_rt/Makefile =================================================================== --- lib/libclang_rt/Makefile +++ lib/libclang_rt/Makefile @@ -10,6 +10,7 @@ SUBDIR+= msan SUBDIR+= msan_cxx .endif +SUBDIR+= profile SUBDIR+= safestack SUBDIR+= stats SUBDIR+= stats_client @@ -22,9 +23,4 @@ SUBDIR+= ubsan_standalone_cxx .endif -.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \ - ${MACHINE_CPUARCH} == "arm" -SUBDIR+= profile -.endif - .include