blob: 8c6d4861ceb949031b7731898880f50b4eb71a75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#############################################################
#
# mpc
#
#############################################################
MPC_VERSION = 0.8.2
MPC_SITE = http://www.multiprecision.org/mpc/download
MPC_INSTALL_STAGING = YES
MPC_DEPENDENCIES = gmp mpfr
HOST_MPC_DEPENDENCIES = host-gmp host-mpfr
$(eval $(call AUTOTARGETS,package,mpc))
$(eval $(call AUTOTARGETS,package,mpc,host))
|