From: Nate Begeman Date: Sun, 29 Aug 2004 22:01:44 +0000 (+0000) Subject: Must link against new LLVMsystem library X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2a42e80edac795db410ac8b84c9d4871b136eb70;p=oota-llvm.git Must link against new LLVMsystem library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16104 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile index b7e08c412fa..1ba78904138 100644 --- a/projects/Stacker/tools/stkrc/Makefile +++ b/projects/Stacker/tools/stkrc/Makefile @@ -9,7 +9,7 @@ LEVEL=../../../.. # Give the name of a library. This will build a dynamic version. # TOOLNAME=stkrc -USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a +USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a LLVMsystem.a ifdef PARSE_DEBUG CPPFLAGS = -DPARSE_DEBUG=1