End of life for gccld. Remove its source code and enable the generation
[oota-llvm.git] / tools / gccld / Makefile
index 21adca217c02b5ce2781df86db7ba17b4d8b8696..345e646df3d6b2ab8b1c41d72ddd12077608afc8 100644 (file)
@@ -9,13 +9,8 @@
 
 LEVEL = ../..
 
-TOOLNAME = gccld
-LINK_COMPONENTS = bcreader bcwriter ipo scalaropts ipa linker
-REQUIRES_EH := 1
-
 include $(LEVEL)/Makefile.common
 
-ifdef DONT_USE_THIS
 install-local:: $(PROJ_bindir)/gccld
        
 $(PROJ_bindir)/gccld : gccld.sh Makefile
@@ -32,4 +27,3 @@ $(ToolDir)/gccld : gccld.sh Makefile
 
 clean-local::
        $(Verb)$(RM) -f $(ToolDir)/gccld
-endif