fix copy'n paste error
[buildroot.git] / package / gmp / Config.in
blob41d5ee82a23e90875421bd9955f175d54a66bfb2
1 config BR2_PACKAGE_LIBGMP
2         bool "gmp"
3         default n
4         help
5           GNU Multiple Precision Arithmetic Library.
7           http://www.swox.com/gmp/
10 config BR2_PACKAGE_LIBGMP_HEADERS
11         bool "gmp headers for target"
12         default n
13         depends on BR2_PACKAGE_LIBGMP
14         help
15           Install the gmp.h for the target.