PKGNAME=gc
PKGSEC=libs
PKGDEP="gcc-runtime glibc"
PKGDES="General purpose, garbage collecting storage allocator"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--enable-cplusplus'
)

PKGPROV="bdwgc"

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