1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-17 07:21:44 +02:00

Fix build of static libunwind.a: turns out libtool doesn't like

full-path archive library names.  Instead, we need to use -lgcc
(and hope that GCC doesn't pick up the dynamically-linked version!).

Longer term, a better solution might be to drop the -nostdlib linker
option and to use --as-needed instead to avoid recursive references
to -lunwind.

BKrev: 418ac8fcBr462ajbr1zenCtVWTgv5Q
This commit is contained in:
hp.com!davidm 2004-11-05 00:27:40 +00:00
parent 5de169a5d8
commit 3c12faa059

Diff content is not available