[llvm-commits] CVS: llvm-test/Makefile.rules
Reid Spencer
reid at x10sys.com
Wed Dec 20 22:57:51 PST 2006
Changes in directory llvm-test:
Makefile.rules updated: 1.20 -> 1.21
---
Log message:
Restore definitions of LCC1 and LCC1PLUS to cause test programs to be
dependent upon the llvm-gcc compiler components they use.
---
Diffs of the changes: (+3 -0)
Makefile.rules | 3 +++
1 files changed, 3 insertions(+)
Index: llvm-test/Makefile.rules
diff -u llvm-test/Makefile.rules:1.20 llvm-test/Makefile.rules:1.21
--- llvm-test/Makefile.rules:1.20 Fri Dec 8 11:11:37 2006
+++ llvm-test/Makefile.rules Thu Dec 21 00:57:35 2006
@@ -774,6 +774,9 @@
endif
+LCC1 := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
+LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
+LCOLLECT2 :=$(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/collect2
#---------------------------------------------------------
More information about the llvm-commits
mailing list