diff options
Diffstat (limited to 'llvm/tools/Makefile')
| -rw-r--r-- | llvm/tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index 0cf613a3058..a296f818702 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -25,7 +25,8 @@ PARALLEL_DIRS := llvm-config \ include $(LEVEL)/Makefile.config -ifeq ($(ENABLE_PIC),1) +# only build new lto project on Darwin for now +ifeq ($(OS),Darwin) PARALLEL_DIRS += lto ifdef BINUTILS_INCDIR |

