mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
|
# Build a shared libgcc library with the SGI linker.
|
||
|
|
||
|
SHLIB_LDFLAGS = -Wl,-soname,$(SHLIB_SONAME) \
|
||
|
-Wl,-exports_file,$(SHLIB_MAP)
|
||
|
|
||
|
SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
|
||
|
SHLIB_MAPFILES = libgcc-std.ver
|