From: Reid Spencer Date: Wed, 15 Sep 2004 06:22:54 +0000 (+0000) Subject: Stacker compiler library doesn't need to be shared and it can cause X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d27d1b9975b664c9241e74cab609c4504291b725;p=oota-llvm.git Stacker compiler library doesn't need to be shared and it can cause problems on some platforms (like Solaris). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16365 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index bc9dc45d66b..67c9e13ff21 100644 --- a/projects/Stacker/lib/compiler/Makefile +++ b/projects/Stacker/lib/compiler/Makefile @@ -8,7 +8,6 @@ LEVEL=../.. # # Give the name of a library. This will build a dynamic version. # -SHARED_LIBRARY=1 LIBRARYNAME=stkr_compiler #