Reverting r55898 to r55909. One of these patches was causing an ICE during the full...
[oota-llvm.git] / tools / Makefile
index 9f62ff74dc5e5c20446e2f8e056268065d7439b0..30da5224a91fcbf32947bc8204d0a3aa0bd70c90 100644 (file)
@@ -12,17 +12,17 @@ LEVEL := ..
 # large and three small executables. This is done to minimize memory load 
 # in parallel builds.  Please retain this ordering.
 PARALLEL_DIRS := llvm-config  \
-                 opt llvm-as llvm-dis llvm-upgrade \
+                 opt llvm-as llvm-dis \
                  llc llvm-ranlib llvm-ar llvm-nm \
-                 llvm-ld llvmc llvm-prof llvm-link \
-                lli gccas gccld llvm-extract llvm-db llvm2cpp \
-                bugpoint llvm-bcanalyzer llvm-stub
+                 llvm-ld llvm-prof llvm-link \
+                lli gccas gccld llvm-extract llvm-db \
+                bugpoint llvm-bcanalyzer llvm-stub llvmc2
 
 
 include $(LEVEL)/Makefile.config
 
-# Disable liblto on Windows until compatability is determined.
-ifneq ($(OS), MingW)
+# only build new lto project on Darwin for now
+ifeq ($(OS),Darwin)
 PARALLEL_DIRS += lto
 endif