2009-01-21 11:58:17 +00:00
|
|
|
#
|
2010-04-24 20:11:08 +00:00
|
|
|
# Copyright (C) 2009 -2010 OpenWrt.org
|
2009-01-21 11:58:17 +00: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
|
2010-12-09 13:28:57 +00:00
|
|
|
PKG_VERSION:=5.0.1
|
2009-01-21 11:58:17 +00:00
|
|
|
|
|
|
|
PKG_SOURCE_URL:=@GNU/gmp/
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
2010-12-09 13:28:57 +00:00
|
|
|
PKG_MD5SUM:=6bac6df75c192a13419dfd71d19240a7
|
2009-01-21 11:58:17 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2009-09-25 09:28:26 +00:00
|
|
|
unexport CFLAGS
|
|
|
|
|
2009-04-06 09:56:25 +00:00
|
|
|
HOST_CONFIGURE_ARGS += \
|
|
|
|
--enable-static \
|
|
|
|
--disable-shared \
|
|
|
|
--enable-cxx \
|
|
|
|
--enable-mpbsd
|
2009-01-21 11:58:17 +00:00
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|