mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +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)
|