diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-15 06:22:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-15 06:22:54 +0000 |
commit | d27d1b9975b664c9241e74cab609c4504291b725 (patch) | |
tree | f4172f47ac451ab2f17de0802f2814d530f47fc9 /projects | |
parent | 011f5ca2ca240fbed7c9855be84a802c91c6a1d0 (diff) |
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
Diffstat (limited to 'projects')
-rw-r--r-- | projects/Stacker/lib/compiler/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index bc9dc45d66..67c9e13ff2 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 # |