[llvm-commits] CVS: llvm/Makefile.common

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 20 17:12:01 PDT 2003


Changes in directory llvm:

Makefile.common updated: 1.117 -> 1.118

---
Log message:

Point to the correct cc1/cc1plus binaries


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.117 llvm/Makefile.common:1.118
--- llvm/Makefile.common:1.117	Wed Aug 20 10:18:41 2003
+++ llvm/Makefile.common	Wed Aug 20 17:11:45 2003
@@ -320,9 +320,9 @@
 # The LLVM GCC front-end in C and C++ flavors
 #
 LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
-LCC1    := $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1
+LCC1    := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
 LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
-LCC1XX  := $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1plus
+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