Build with newer compiler, with same bug
authorChris Lattner <sabre@nondot.org>
Sun, 24 Feb 2002 23:11:05 +0000 (23:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Feb 2002 23:11:05 +0000 (23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1793 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

index 3e3f0b0d9e914790169dceedaeeac113d4f2edb0..a0d51b562eccf6175a987f40b0f6b55a1b903942 100644 (file)
@@ -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 $@
 
 
index 3e3f0b0d9e914790169dceedaeeac113d4f2edb0..a0d51b562eccf6175a987f40b0f6b55a1b903942 100644 (file)
@@ -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 $@