Files
poky/meta/packages/gmp/gmp.inc
Marcin Juszkiewicz b3dddcdde5 gmp: do not build with ARM Thumb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4204 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-08 15:10:19 +00:00

19 lines
358 B
PHP

SECTION = "libs"
DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPL LGPL"
SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
file://amd64.patch;patch=1"
inherit autotools
ARM_INSTRUCTION_SET = "arm"
acpaths = ""
do_stage () {
autotools_stage_all
}