mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01: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)
|