From: Chris Lattner Date: Sun, 25 May 2003 16:52:41 +0000 (+0000) Subject: Predicate things better X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f6bcd1b6bfc2e31556662a180cbf96e2e7b00a2e;p=oota-llvm.git Predicate things better git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6331 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.Linux b/Makefile.Linux index 0b8dfb90ebb..553004d7a6d 100644 --- a/Makefile.Linux +++ b/Makefile.Linux @@ -25,8 +25,8 @@ PLATFORMSTRIPOPTS := -Wl,-x # 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 diff --git a/Makefile.SunOS b/Makefile.SunOS index c5ca3b292ee..c6508bf1ed5 100644 --- a/Makefile.SunOS +++ b/Makefile.SunOS @@ -27,7 +27,7 @@ PLATFORMSTRIPOPTS := # 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