summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-08-29 22:01:44 +0000
committerNate Begeman <natebegeman@mac.com>2004-08-29 22:01:44 +0000
commit50d140ee3d38498cc59698eb1d25ec7ab1d9af4a (patch)
treee9be842155624859bebef5ea54c68e7a126789f0
parenta094704ff94e750d2c6cb498531b617d3dd49605 (diff)
downloadbcm5719-llvm-50d140ee3d38498cc59698eb1d25ec7ab1d9af4a.tar.gz
bcm5719-llvm-50d140ee3d38498cc59698eb1d25ec7ab1d9af4a.zip
Must link against new LLVMsystem library
llvm-svn: 16104
-rw-r--r--llvm/projects/Stacker/tools/stkrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/tools/stkrc/Makefile b/llvm/projects/Stacker/tools/stkrc/Makefile
index b7e08c412fa..1ba78904138 100644
--- a/llvm/projects/Stacker/tools/stkrc/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud