mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Allow directories to specify that they want to be built as a shared object by default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
#ENABLE_PURIFY = 1
|
#ENABLE_PURIFY = 1
|
||||||
#ENABLE_OPTIMIZED = 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
|
# Default Rule: Make sure it's also a :: rule
|
||||||
all ::
|
all ::
|
||||||
|
|
||||||
|
@@ -29,6 +29,11 @@
|
|||||||
#ENABLE_PURIFY = 1
|
#ENABLE_PURIFY = 1
|
||||||
#ENABLE_OPTIMIZED = 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
|
# Default Rule: Make sure it's also a :: rule
|
||||||
all ::
|
all ::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user