[Bug 265420] Symbol _URC_NO_REASON isn't found on armv6, armv7 architectures

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 24 Jul 2022 18:06:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265420

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
Which version of FreeBSD? There's this in cad/nvc/Makefile:

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400052 # devel/libunwind installs
include/unwind.h only before that version, after which it probably exists in
the base
BUILD_DEPENDS+= ${LOCALBASE}/include/unwind.h:devel/libunwind
.endif

As far as I can see both main, stable/13 and stable/12's libunwind (under
contrib/llvm-project) have _URC_NO_REASON, but I have no idea what the
devel/libunwind port provides.

-- 
You are receiving this mail because:
You are the assignee for the bug.