[llvm-commits] CVS: llvm-test/Makefile.rules

Reid Spencer reid at x10sys.com
Wed Dec 22 01:55:51 PST 2004



Changes in directory llvm-test:

Makefile.rules updated: 1.4 -> 1.5
---
Log message:

For PR432: http://llvm.cs.uiuc.edu/PR432 :
Use the correct path for llvm-gcc and llvm-g++


---
Diffs of the changes:  (+2 -2)

Index: llvm-test/Makefile.rules
diff -u llvm-test/Makefile.rules:1.4 llvm-test/Makefile.rules:1.5
--- llvm-test/Makefile.rules:1.4	Tue Nov 23 16:55:08 2004
+++ llvm-test/Makefile.rules	Wed Dec 22 03:55:40 2004
@@ -252,8 +252,8 @@
 #--------------------------------------------------------------------------
 # The LLVM GCC front-end in C and C++ flavors
 #
-LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
-LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
+LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/llvm-gcc
+LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/llvm-g++
 
 #--------------------------------------------------------------------------
 # The compiled LLVM tools






More information about the llvm-commits mailing list