projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
gmp
/
Config.in
diff --git
a/openwrt/package/gmp/Config.in
b/openwrt/package/gmp/Config.in
index
c70af8e
..
2829631
100644
(file)
--- a/
openwrt/package/gmp/Config.in
+++ b/
openwrt/package/gmp/Config.in
@@
-1,6
+1,12
@@
-config BR2_PACKAGE_GMP
- tristate "libgmp"
- default m
+config BR2_PACKAGE_
LIB
GMP
+ tristate "libgmp
- GNU multiprecision arithmetic library
"
+ default m
if CONFIG_DEVEL
help
help
- libgmp
+ GNU multiprecision arithmetic library
+
+ http://www.swox.com/gmp/
+
+config BR2_PACKAGE_GMP
+ tristate
+ default BR2_PACKAGE_LIBGMP
This page took
0.023422 seconds
and
4
git commands to generate.