1# Build a shared libgcc library for ELF with symbol versioning 2# with the Solaris linker. 3 4SHLIB_LDFLAGS = -Wl,-h,$(SHLIB_SONAME) -Wl,-z,text -Wl,-z,defs \ 5 -Wl,-M,$(SHLIB_MAP) 6