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

Chris Lattner lattner at cs.uiuc.edu
Sun May 11 16:42:01 PDT 2003


Changes in directory llvm:

Makefile.SunOS updated: 1.7 -> 1.8

---
Log message:

Switch over to using the New CFE on Sparc


---
Diffs of the changes:

Index: llvm/Makefile.SunOS
diff -u llvm/Makefile.SunOS:1.7 llvm/Makefile.SunOS:1.8
--- llvm/Makefile.SunOS:1.7	Fri Jan 31 13:00:26 2003
+++ llvm/Makefile.SunOS	Sun May 11 16:41:09 2003
@@ -28,5 +28,6 @@
 # be overriden by the Makefile.config option, and should not override it if set.
 #
 ifndef LLVMGCCDIR
-LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_sparc
+LLVMGCCARCH := sparcv9-sun-solaris2.8/3.4-llvm
+LLVMGCCDIR  := /home/vadve/lattner/local/sparc/llvm-gcc/
 endif





More information about the llvm-commits mailing list