diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-02-24 23:11:05 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-02-24 23:11:05 +0000 |
| commit | 5079e2ea56de3c2f172a48b379d44f3a0b6387a1 (patch) | |
| tree | 9266167f0ea27764d08bd1b37afb6326003ba29a /llvm/lib | |
| parent | e48f0452fead47943cd98503a8464d3b826e0a03 (diff) | |
| download | bcm5719-llvm-5079e2ea56de3c2f172a48b379d44f3a0b6387a1.tar.gz bcm5719-llvm-5079e2ea56de3c2f172a48b379d44f3a0b6387a1.zip | |
Build with newer compiler, with same bug
llvm-svn: 1793
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 3e3f0b0d9e9..a0d51b562ec 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/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 $@ |

