PR 1603 test case.
[oota-llvm.git] / tools / llc / Makefile
index 553ff952add321787c21fbd294cd82ee77c319b2..aa767ae7a967d4eb6f01647a72d026d2ff94394f 100644 (file)
@@ -9,30 +9,13 @@
 
 LEVEL = ../..
 TOOLNAME = llc
-USEDLIBS = \
-       LLVMCBackend \
-       LLVMPowerPC \
-       LLVMSparcV9 \
-       LLVMX86 \
-       LLVMSkeleton \
-       LLVMSelectionDAG \
-       LLVMSparcV9RegAlloc \
-       LLVMSparcV9InstrSched \
-       LLVMCodeGen \
-       LLVMTarget.a \
-       LLVMSparcV9LiveVar \
-       LLVMipa.a \
-       LLVMTransforms.a \
-       LLVMScalarOpts.a \
-       LLVMAnalysis.a \
-       LLVMTransformUtils.a \
-       LLVMBCReader \
-       LLVMBCWriter \
-       LLVMCore \
-       LLVMSupport.a \
-       LLVMSystem.a
 
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+# Include this here so we can get the configuration of the targets
+# that have been configured for construction. We have to do this 
+# early so we can set up LINK_COMPONENTS before including Makefile.rules
+include $(LEVEL)/Makefile.config
 
-include $(LEVEL)/Makefile.common
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader
+
+include $(LLVM_SRC_ROOT)/Makefile.rules