forked from OSchip/llvm-project
Stacker compiler library doesn't need to be shared and it can cause
problems on some platforms (like Solaris). llvm-svn: 16365
This commit is contained in:
parent
90a3303af7
commit
d684790778
|
@ -8,7 +8,6 @@ LEVEL=../..
|
|||
#
|
||||
# Give the name of a library. This will build a dynamic version.
|
||||
#
|
||||
SHARED_LIBRARY=1
|
||||
LIBRARYNAME=stkr_compiler
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue