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

Chris Lattner lattner at cs.uiuc.edu
Sun May 25 11:53:01 PDT 2003


Changes in directory llvm:

Makefile.Linux updated: 1.9 -> 1.10
Makefile.SunOS updated: 1.8 -> 1.9

---
Log message:

Predicate things better



---
Diffs of the changes:

Index: llvm/Makefile.Linux
diff -u llvm/Makefile.Linux:1.9 llvm/Makefile.Linux:1.10
--- llvm/Makefile.Linux:1.9	Thu May  8 23:17:06 2003
+++ llvm/Makefile.Linux	Sun May 25 11:52:41 2003
@@ -25,8 +25,8 @@
 # Path to location for LLVM front-end for this architecture.  This setting may
 # be overriden by the Makefile.config option, and should not override it if set.
 #
-ifndef LLVMGCCDIR
 LLVMGCCARCH := i686-pc-linux-gnu/3.4-llvm
+ifndef LLVMGCCDIR
 LLVMGCCDIR := /home/vadve/lattner/local/x86/llvm-gcc/
 endif
 


Index: llvm/Makefile.SunOS
diff -u llvm/Makefile.SunOS:1.8 llvm/Makefile.SunOS:1.9
--- llvm/Makefile.SunOS:1.8	Sun May 11 16:41:09 2003
+++ llvm/Makefile.SunOS	Sun May 25 11:52:41 2003
@@ -27,7 +27,7 @@
 # Path to location for LLVM front-end for this architecture.  This setting may
 # be overriden by the Makefile.config option, and should not override it if set.
 #
-ifndef LLVMGCCDIR
 LLVMGCCARCH := sparcv9-sun-solaris2.8/3.4-llvm
+ifndef LLVMGCCDIR
 LLVMGCCDIR  := /home/vadve/lattner/local/sparc/llvm-gcc/
 endif





More information about the llvm-commits mailing list