mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
|
# Build a shared libgcc library for ELF with symbol versioning
|
||
|
# with the Solaris linker.
|
||
|
|
||
|
SHLIB_LDFLAGS = -Wl,-h,$(SHLIB_SONAME) -Wl,-z,text -Wl,-z,defs \
|
||
|
-Wl,-M,$(SHLIB_MAP)
|