summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-24 23:11:05 +0000
committerChris Lattner <sabre@nondot.org>2002-02-24 23:11:05 +0000
commit1156edf01cd22109359580b4d5a1f391d35afa86 (patch)
treef98660038b4e03db96168a848d7ba315e61d9406 /lib/ExecutionEngine/Makefile
parentbee1940791a790998ad11cf9234a43eab325fb36 (diff)
downloadllvm-1156edf01cd22109359580b4d5a1f391d35afa86.tar.gz
llvm-1156edf01cd22109359580b4d5a1f391d35afa86.tar.bz2
llvm-1156edf01cd22109359580b4d5a1f391d35afa86.tar.xz
Build with newer compiler, with same bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Makefile')
-rw-r--r--lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index 3e3f0b0d9e..a0d51b562e 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/lib/ExecutionEngine/Makefile
@@ -16,6 +16,6 @@ Debug/RuntimeLib.ll: Debug/RuntimeLib.c
/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
- LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.2/lib/ ../Debug/gccas $< -o $@
+ LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.4/lib/ ../Debug/gccas $< -o $@