PKGNAME=mpfr+32
PKGSEC=libs
PKGDEP="aosc-aaa+32 gmp+32 glibc+32"
PKGDES="Functions for multiple precision math (32-bit x86 runtime)"
BUILDDEP="devel-base+32"

# Configuration:
#
# 1. Enables threaded safety;
# 2. Enables shared libraries (DO NOT disable, you will need this for shared GCC build);
# 3. Declares documentation directory;
AUTOTOOLS_AFTER=(
    '--enable-thread-safe'
    '--enable-shared'
)

AB_FLAGS_O3=1
AB_FLAGS_SPECS=0

ABHOST=optenv32
