mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
8 lines
175 B
Plaintext
8 lines
175 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
|