mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Fixed Makefile so it does, indeed, build a dynamic library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3cf817d381
commit
6b2b0136a9
@ -9,7 +9,8 @@ LEVEL=../..
|
|||||||
# Give the name of a library. This will build a dynamic version.
|
# Give the name of a library. This will build a dynamic version.
|
||||||
#
|
#
|
||||||
LIBRARYNAME=sample
|
LIBRARYNAME=sample
|
||||||
#SHARED_LIBRARY=1
|
SHARED_LIBRARY=1
|
||||||
|
LOADABLE_MODULE=1
|
||||||
#DONT_BUILD_RELINKED=1
|
#DONT_BUILD_RELINKED=1
|
||||||
#ARCHIVE_LIBRARY=1
|
#ARCHIVE_LIBRARY=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user