mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04: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)
|