summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-24 23:25:46 +0000
committerChris Lattner <sabre@nondot.org>2002-02-24 23:25:46 +0000
commit5b46fa248fee595d56cc5f9a5617afa3424c1d96 (patch)
tree5c08fa70fb315c52a990ff4b6fc23afd8b34886b /llvm/lib/ExecutionEngine
parentfcd31f75347f14f271ffc30b11cb0cb17f14c4c4 (diff)
downloadbcm5719-llvm-5b46fa248fee595d56cc5f9a5617afa3424c1d96.tar.gz
bcm5719-llvm-5b46fa248fee595d56cc5f9a5617afa3424c1d96.zip
Remove hack. This is better fixed in Makefile.common
llvm-svn: 1795
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index a0d51b562ec..1e4b4f773d4 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.4/lib/ ../Debug/gccas $< -o $@
+ ../Debug/gccas $< -o $@
OpenPOWER on IntegriCloud