diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-25 16:52:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-25 16:52:41 +0000 |
commit | f6bcd1b6bfc2e31556662a180cbf96e2e7b00a2e (patch) | |
tree | 3a047c58522e3b2592c28aef5ea306ebd62a26e6 | |
parent | 3578d7e7ad13a05d648da3c18c475b3a33157dac (diff) |
Predicate things better
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6331 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.Linux | 2 | ||||
-rw-r--r-- | Makefile.SunOS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.Linux b/Makefile.Linux index 0b8dfb90eb..553004d7a6 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 c5ca3b292e..c6508bf1ed 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 |