projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify configure and add target optimizations,
[openwrt.git]
/
openwrt
/
package
/
gmp
/
Config.in
diff --git
a/openwrt/package/gmp/Config.in
b/openwrt/package/gmp/Config.in
index
d561f67
..
2829631
100644
(file)
--- a/
openwrt/package/gmp/Config.in
+++ b/
openwrt/package/gmp/Config.in
@@
-1,5
+1,5
@@
config BR2_PACKAGE_LIBGMP
config BR2_PACKAGE_LIBGMP
- tristate "libgmp"
+ tristate "libgmp
- GNU multiprecision arithmetic library
"
default m if CONFIG_DEVEL
help
GNU multiprecision arithmetic library
default m if CONFIG_DEVEL
help
GNU multiprecision arithmetic library
@@
-7,3
+7,6
@@
config BR2_PACKAGE_LIBGMP
http://www.swox.com/gmp/
http://www.swox.com/gmp/
+config BR2_PACKAGE_GMP
+ tristate
+ default BR2_PACKAGE_LIBGMP
This page took
0.022352 seconds
and
4
git commands to generate.