From 1156edf01cd22109359580b4d5a1f391d35afa86 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 24 Feb 2002 23:11:05 +0000 Subject: [PATCH] Build with newer compiler, with same bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1793 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/Makefile | 2 +- tools/lli/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 3e3f0b0d9e9..a0d51b562ec 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 $@ diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 3e3f0b0d9e9..a0d51b562ec 100644 --- a/tools/lli/Makefile +++ b/tools/lli/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 $@