2 # Copyright (C) 2009-2015 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
12 PKG_SOURCE_URL
:=@GNU
/mpc
/
13 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
14 PKG_MD5SUM
:=d6a1d5f8ddea3abd2cc3e98f58352d26
16 HOST_BUILD_PARALLEL
:=1
18 include $(INCLUDE_DIR
)/host-build.mk
22 HOST_CONFIGURE_ARGS
+= \
25 --with-mpfr
=$(TOPDIR
)/staging_dir
/host \
26 --with-gmp
=$(TOPDIR
)/staging_dir
/host
28 $(eval
$(call HostBuild
))