summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-13 00:44:23 +0000
committerChris Lattner <sabre@nondot.org>2001-12-13 00:44:23 +0000
commit403ff802a34976236e77e6da918490fc79c7738f (patch)
tree772e5333861d94601a69ea48b6c4dc12f8dd912f /llvm/lib/ExecutionEngine
parentfbf1106e2ce214ede5e3edfce908f48fffa43171 (diff)
downloadbcm5719-llvm-403ff802a34976236e77e6da918490fc79c7738f.tar.gz
bcm5719-llvm-403ff802a34976236e77e6da918490fc79c7738f.zip
Build runtime library with local GCCAS
llvm-svn: 1447
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index 0fdcf8b5ddb..54f675c28c9 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -11,11 +11,11 @@ all :: $(LEVEL)/tools/Debug/RuntimeLib.bc
Debug/RuntimeLib.c: RuntimeLib.lc
cp -f $< $@
-Debug/RuntimeLib.o: Debug/RuntimeLib.c
+Debug/RuntimeLib.ll: Debug/RuntimeLib.c
@-rm $@
- /home/vadve/lattner/cvs/gcc_install/bin/gcc $< -c -o $@
+ /home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
-$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.o
- ../Debug/opt -dce $< -o $@ -f -q
+$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
+ ../Debug/gccas $< -o $@
OpenPOWER on IntegriCloud