X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2FMakefile;h=30da5224a91fcbf32947bc8204d0a3aa0bd70c90;hb=066075030ad46b3494480a5f79f05443f947aca7;hp=d742f41bd65caf8dff27b692eec803e17dd39719;hpb=9692db9c095a7497fe449f342c74d904f3db7bfd;p=oota-llvm.git diff --git a/tools/Makefile b/tools/Makefile index d742f41bd65..30da5224a91 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,12 +21,9 @@ PARALLEL_DIRS := llvm-config \ include $(LEVEL)/Makefile.config -# Disable liblto as it is going away -#PARALLEL_DIRS += lto - # only build new lto project on Darwin for now ifeq ($(OS),Darwin) -PARALLEL_DIRS += lto2 +PARALLEL_DIRS += lto endif include $(LEVEL)/Makefile.common