mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
# Build a shared libgcc library with the HP-UX linker on IA64.
|
|
|
|
SHLIB_SOVERSION = 0
|
|
# Must include -lunwind in the link, so that libgcc_s.so has the necessary
|
|
# DT_NEEDED entry for libunwind.
|
|
SHLIB_LC += -lunwind
|