Enabling LTO building on Darwin only right now. This probably should be
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 8 Sep 2006 18:00:43 +0000 (18:00 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 8 Sep 2006 18:00:43 +0000 (18:00 +0000)
removed after 'PIC vs non-PIC' problem solution

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30192 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 1c29a3d3697a3fb256293b07a695ac33eeabe72c..56f17d8eeefc6e41bfab5012dadb0ee4a0b7c9e2 100644 (file)
@@ -18,7 +18,9 @@ PARALLEL_DIRS := llvm-config \
                 bugpoint llvm-db llvm-extract \
                  gccas llvm-bcanalyzer llvm-stub \
                 gccld llvm2cpp \
-                 llvm-ld llvmc llvm-prof \
-                 lto
+                 llvm-ld llvmc llvm-prof
+ifeq ($(OS), Darwin)
+PARALLEL_DIRS += lto
+endif
 
 include $(LEVEL)/Makefile.common