Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
[oota-llvm.git] / tools / llvm-db / Makefile
index e5b0d2916b60a68d7b88166e50c6d2b90efa6967..df8164944f00bd30e5bbdb3b387b929e0d62267b 100644 (file)
@@ -2,13 +2,14 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
 TOOLNAME = llvm-db
-USEDLIBS = LLVMDebugger LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+LINK_COMPONENTS := debugger
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common