xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ia64/t-slibgcc-hpux (revision a45db23f655e22f0c2354600d3b3c2cb98abf2dc)
1# Build a shared libgcc library with the HP-UX linker on IA64.
2
3SHLIB_SOVERSION = 0
4# Must include -lunwind in the link, so that libgcc_s.so has the necessary
5# DT_NEEDED entry for libunwind.
6SHLIB_LC += -lunwind
7