diff options
Diffstat (limited to 'Makefile.Linux')
| -rw-r--r-- | Makefile.Linux | 2 |
1 files changed, 1 insertions, 1 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 |
