aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.Linux2
-rw-r--r--Makefile.SunOS2
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