aboutsummaryrefslogtreecommitdiff
path: root/config/mpfr.conf
blob: 8f51f96222dc70a1c01a021c55a9c730b7a9dcfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This is a list of other components need to build this component
depends=""

# This is the latest version of this toolchain component
latest="3.1.3.tar.xz"

# This is a file that gets installed that is used to determine if the toolchain
# component is already installed.
installs="libmpfr."

# This is a list of default flags always supplied to configure
default_configure_flags="--with-gmp=${local_builds}/destdir/${host}"

# If yes, only static linking will be used
static_link=yes