mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
# Build a shared libgcc library with the HP-UX linker.
|
|
|
|
SHLIB_LDFLAGS = -Wl,+h,$(SHLIB_SONAME)
|
|
|
|
INSTALL_SHLIB = $(INSTALL_DATA) -m 555
|
|
|
|
SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
|
|
SHLIB_MAPFILES = libgcc-std.ver
|