compiler-rt: Fix PLIST on SunOS.
This commit is contained in:
parent
4e1eb6c55c
commit
aabddff77a
3 changed files with 14 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2018/12/09 20:04:40 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2018/12/17 16:19:52 jperkin Exp $
|
||||
|
||||
DISTNAME= compiler-rt-7.0.0.src
|
||||
PKGNAME= ${DISTNAME:S/.src//}
|
||||
|
@ -35,6 +35,13 @@ CMAKE_ARGS+= -DLLVM_CONFIG_PATH=${LLVM_CONFIG_PATH:Q}
|
|||
CMAKE_ARGS+= -DCOMPILER_RT_ENABLE_IOS=OFF
|
||||
|
||||
PLIST_SUBST+= COMPILER_RT_OS_DIR=${OS_DIR}
|
||||
PLIST_VARS+= asan
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} != "SunOS"
|
||||
PLIST.asan= yes
|
||||
.endif
|
||||
|
||||
TEST_TARGET= check-compiler-rt
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2018/12/09 20:04:40 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2018/12/17 16:19:52 jperkin Exp $
|
||||
lib/clang/${PKGVERSION}/include/sanitizer/allocator_interface.h
|
||||
lib/clang/${PKGVERSION}/include/sanitizer/asan_interface.h
|
||||
lib/clang/${PKGVERSION}/include/sanitizer/common_interface_defs.h
|
||||
|
@ -15,5 +15,5 @@ lib/clang/${PKGVERSION}/include/sanitizer/tsan_interface.h
|
|||
lib/clang/${PKGVERSION}/include/sanitizer/tsan_interface_atomic.h
|
||||
lib/clang/${PKGVERSION}/include/xray/xray_interface.h
|
||||
lib/clang/${PKGVERSION}/include/xray/xray_log_interface.h
|
||||
lib/clang/${PKGVERSION}/share/asan_blacklist.txt
|
||||
lib/clang/${PKGVERSION}/share/cfi_blacklist.txt
|
||||
${PLIST.asan}lib/clang/${PKGVERSION}/share/asan_blacklist.txt
|
||||
${PLIST.asan}lib/clang/${PKGVERSION}/share/cfi_blacklist.txt
|
||||
|
|
3
lang/compiler-rt/PLIST.SunOS
Normal file
3
lang/compiler-rt/PLIST.SunOS
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST.SunOS,v 1.1 2018/12/17 16:19:52 jperkin Exp $
|
||||
lib/clang/${PKGVERSION}/lib/${COMPILER_RT_OS_DIR}/libclang_rt.builtins-i386.a
|
||||
lib/clang/${PKGVERSION}/lib/${COMPILER_RT_OS_DIR}/libclang_rt.builtins-x86_64.a
|
Loading…
Reference in a new issue