PKGNAME=libunwind
PKGSEC=libs
PKGDEP="glibc xz"
PKGDES="Portable and efficient C programming interface (API) to determine the call-chain of a program"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--disable-tests'
)

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
