[Bug 230399] devel/libunwind: fails to build with Clang 7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 6 13:34:20 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399
--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
Probably affects a number of LLD_UNSAFE ports:
$ echo 'int main() {}' >a.c
$ cc a.c -lexecinfo
$ cc a.c -fuse-ld=bfd -lexecinfo
/usr/lib/libgcc_s.so: undefined reference to `__gxx_personality_v0'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list