1*e4b17023SJohn Marino# Build a shared libgcc library for ELF with symbol versioning
2*e4b17023SJohn Marino# with the GNU linker.
3*e4b17023SJohn Marino
4*e4b17023SJohn MarinoSHLIB_LDFLAGS = -Wl,--soname=$(SHLIB_SONAME) \
5*e4b17023SJohn Marino -Wl,--version-script=$(SHLIB_MAP)
6