xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/t-slibgcc-gld (revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
1# Build a shared libgcc library for ELF with symbol versioning
2# with the GNU linker.
3
4SHLIB_LDFLAGS = -Wl,--soname=$(SHLIB_SONAME) \
5	-Wl,--version-script=$(SHLIB_MAP)
6