LLVM Minix changes
- import libcxx - reduce targets to the one when compiled as a tools Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
This commit is contained in:
@@ -4,6 +4,10 @@ NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(__MINIX)
|
||||
USE_BITCODE:= no # LSC: can't use bitcode for this.
|
||||
.endif # defined(__MINIX)
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/lib/csu
|
||||
TESTS_SH= t_crt0
|
||||
TESTS_SUBDIRS=
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(__MINIX)
|
||||
USE_BITCODE:= no # LSC: can't use bitcode for this.
|
||||
.endif # defined(__MINIX)
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/lib/libexecinfo
|
||||
|
||||
TESTS_C+= t_backtrace
|
||||
|
||||
Reference in New Issue
Block a user