diff --git a/tools/Makefile b/tools/Makefile index dc9ac4406491..0b98201693ef 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -26,7 +26,7 @@ include $(LEVEL)/Makefile.config # only build new lto project on Darwin for now ifeq ($(OS),Darwin) -PARALLEL_DIRS += lto2 +#PARALLEL_DIRS += lto2 endif include $(LEVEL)/Makefile.common