aboutsummaryrefslogtreecommitdiff
path: root/config/mpc.conf
blob: 4379f6d5d6a87aa6d927cec0aff648ad6cc78912 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is a list of other components need to build this component
depends="gmp"
# This is the latest version of this toolchain component
latest="mpc-1.0.1"
# This is a file that gets installed that is used to determine if the toolchain
# component is already installed.
installs="libmpc."

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