mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Allow directories to specify that they want to be built as a shared object by default
llvm-svn: 3027
This commit is contained in:
parent
5fc11f1bcb
commit
e50bd1d95d
@ -29,6 +29,11 @@
|
||||
#ENABLE_PURIFY = 1
|
||||
#ENABLE_OPTIMIZED = 1
|
||||
|
||||
ifdef SHARED_LIBRARY
|
||||
# if SHARED_LIBRARY is specified, the default is to build the dynamic lib
|
||||
dynamic ::
|
||||
endif
|
||||
|
||||
# Default Rule: Make sure it's also a :: rule
|
||||
all ::
|
||||
|
||||
|
@ -29,6 +29,11 @@
|
||||
#ENABLE_PURIFY = 1
|
||||
#ENABLE_OPTIMIZED = 1
|
||||
|
||||
ifdef SHARED_LIBRARY
|
||||
# if SHARED_LIBRARY is specified, the default is to build the dynamic lib
|
||||
dynamic ::
|
||||
endif
|
||||
|
||||
# Default Rule: Make sure it's also a :: rule
|
||||
all ::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user