blob: abac8cf339c35162126c479fb7d40a108eeb6dd9 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SUMMARY = "GNU multiprecision arithmetic library"
2DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
3HOMEPAGE = "http://gmplib.org/"
4SECTION = "devel"
5
6inherit autotools texinfo
7
8PACKAGECONFIG ??= ""
9PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
10
11ARM_INSTRUCTION_SET_armv4 = "arm"
12ARM_INSTRUCTION_SET_armv5 = "arm"