summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-15 06:22:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-15 06:22:54 +0000
commitd27d1b9975b664c9241e74cab609c4504291b725 (patch)
treef4172f47ac451ab2f17de0802f2814d530f47fc9 /projects
parent011f5ca2ca240fbed7c9855be84a802c91c6a1d0 (diff)
downloadllvm-d27d1b9975b664c9241e74cab609c4504291b725.tar.gz
llvm-d27d1b9975b664c9241e74cab609c4504291b725.tar.bz2
llvm-d27d1b9975b664c9241e74cab609c4504291b725.tar.xz
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/Makefile1
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
#