diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-12-08 23:54:21 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-12-08 23:54:21 +0000 |
commit | 6d402dc963aa32194f3604af4463b113858291ae (patch) | |
tree | c02ad74f0b5ffba4fb4fad86b4b5be3ca31fdebf /tools/Makefile | |
parent | cc1f918ed4ef8f414d306c02e237a9540c67926e (diff) |
Misc Minix-specific changes to clang:
. move compiler-rt to a separate directory so the -L argument only includes compiler-rt (thanks joerg)
. build all clang subdirs
. switches the Minix platform to ELF
. normalizes toolchain invocation
Patch by Ben Gras.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146206 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile index 4ea2cdd32d..f647f56a51 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,8 +12,4 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool include $(CLANG_LEVEL)/../../Makefile.config -ifeq ($(OS), $(filter $(OS), Minix)) -DIRS := $(filter-out libclang c-index-test, arcmt-test, $(DIRS)) -endif - include $(CLANG_LEVEL)/Makefile |