[llvm-commits] CVS: llvm/Makefile.rules
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Jan 16 15:33:01 PST 2004
Changes in directory llvm:
Makefile.rules updated: 1.168 -> 1.169
---
Log message:
Take settings of LCC and LCC1XX from configure.
---
Diffs of the changes: (+0 -2)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.168 llvm/Makefile.rules:1.169
--- llvm/Makefile.rules:1.168 Fri Jan 16 15:12:34 2004
+++ llvm/Makefile.rules Fri Jan 16 15:31:20 2004
@@ -249,9 +249,7 @@
# The LLVM GCC front-end in C and C++ flavors
#
LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
-LCC1 := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
-LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
#--------------------------------------------------------------------------
# Some of the compiled LLVM tools which are used for compilation of runtime
More information about the llvm-commits
mailing list