LLVM Minix changes

- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
This commit is contained in:
2014-07-28 17:05:59 +02:00
parent fe5a129a88
commit 4684ddb6aa
5408 changed files with 694541 additions and 5722 deletions
+3
View File
@@ -29,4 +29,7 @@ SRCS+= debug_test.cpp \
run_tests.cpp \
scan_action.cpp
.if defined(__MINIX)
NOCLANGERROR= yes
.endif # defined(__MINIX)
.include <bsd.lib.mk>