aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-09 15:21:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-09 15:21:02 +0000
commitd748ea32dbb6a8c78c3181b9e8b117ee2514ab42 (patch)
treebce18f705b02855bd7cb0506880f156172d37adf /tools/gccld/Makefile
parent8912cdd9622218a8b7b6ad28ceaf5d430a186abd (diff)
downloadexternal_llvm-d748ea32dbb6a8c78c3181b9e8b117ee2514ab42.zip
external_llvm-d748ea32dbb6a8c78c3181b9e8b117ee2514ab42.tar.gz
external_llvm-d748ea32dbb6a8c78c3181b9e8b117ee2514ab42.tar.bz2
End of life for gccld. Remove its source code and enable the generation
of a shell script to stand in its place. The shell script just pawns the execution off to llvm-ld. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/Makefile')
-rw-r--r--tools/gccld/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index 21adca2..345e646 100644
--- a/tools/gccld/Makefile
+++ b/tools/gccld/Makefile
@@ -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