[llvm-commits] CVS: llvm/tools/gccld/Makefile GenerateCode.cpp gccld.cpp gccld.h
Reid Spencer
reid at x10sys.com
Fri Feb 9 07:21:18 PST 2007
Changes in directory llvm/tools/gccld:
Makefile updated: 1.18 -> 1.19
GenerateCode.cpp (r1.70) removed
gccld.cpp (r1.116) removed
gccld.h (r1.19) removed
---
Log message:
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.
---
Diffs of the changes: (+0 -6)
Makefile | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.18 llvm/tools/gccld/Makefile:1.19
--- llvm/tools/gccld/Makefile:1.18 Thu Feb 8 21:15:18 2007
+++ llvm/tools/gccld/Makefile Fri Feb 9 09:21:02 2007
@@ -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 @@
clean-local::
$(Verb)$(RM) -f $(ToolDir)/gccld
-endif
More information about the llvm-commits
mailing list