repo.or.cz
/
buildroot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add .gitognores for kconfig and lxdialog
[buildroot.git]
/
package
/
gmp
/
Config.in
blob
41d5ee82a23e90875421bd9955f175d54a66bfb2
1
config BR2_PACKAGE_LIBGMP
2
bool "gmp"
3
default n
4
help
5
GNU Multiple Precision Arithmetic Library.
6
7
http://www.swox.com/gmp/
8
9
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.
16