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