2009-01-21 19:58:17 +08:00
|
|
|
#
|
2012-04-03 00:25:17 +08:00
|
|
|
# Copyright (C) 2009-2012 OpenWrt.org
|
2009-01-21 19:58:17 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gmp
|
2012-04-03 00:25:17 +08:00
|
|
|
PKG_VERSION:=5.0.4
|
2009-01-21 19:58:17 +08:00
|
|
|
|
|
|
|
PKG_SOURCE_URL:=@GNU/gmp/
|
2012-04-03 00:25:17 +08:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
|
|
PKG_MD5SUM:=0881f4ff2617226c673fc534ac39d448
|
2009-01-21 19:58:17 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2009-09-25 17:28:26 +08:00
|
|
|
unexport CFLAGS
|
|
|
|
|
2009-04-06 17:56:25 +08:00
|
|
|
HOST_CONFIGURE_ARGS += \
|
|
|
|
--enable-static \
|
|
|
|
--disable-shared \
|
|
|
|
--enable-cxx \
|
|
|
|
--enable-mpbsd
|
2009-01-21 19:58:17 +08:00
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|