Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
[oota-llvm.git] / tools / llvm-db / Makefile
index db090540cbff0f3265358c480d1684c6773f4ca9..df8164944f00bd30e5bbdb3b387b929e0d62267b 100644 (file)
@@ -2,22 +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 = debugger
-
-# Enable JIT support
-include ../Makefile.JIT
-
-# Have gcc tell the linker to export symbols from the program so that
-# dynamically loaded modules can be linked against them.
-#
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+LINK_COMPONENTS := debugger
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common
-