From: Reid Spencer Date: Wed, 13 Dec 2006 08:03:25 +0000 (+0000) Subject: Update for llvm-gcc4 build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e922eb6f179969e79b40afd84e482d11beb7eb56;p=oota-llvm.git Update for llvm-gcc4 build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32533 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/test/Makefile b/projects/Stacker/test/Makefile index bb0ba05823e..52112cba200 100644 --- a/projects/Stacker/test/Makefile +++ b/projects/Stacker/test/Makefile @@ -42,7 +42,7 @@ test_each: $(TESTS) % : %.st Makefile testing.bc $(Echo) "Building $*" - $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend + $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -L$(LibDir) testing.bc : testing.st Makefile $(Echo) "Compiling $*"