aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Stacker
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/Stacker
parent011f5ca2ca240fbed7c9855be84a802c91c6a1d0 (diff)
downloadexternal_llvm-d27d1b9975b664c9241e74cab609c4504291b725.zip
external_llvm-d27d1b9975b664c9241e74cab609c4504291b725.tar.gz
external_llvm-d27d1b9975b664c9241e74cab609c4504291b725.tar.bz2
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/Stacker')
-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 bc9dc45..67c9e13 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
#