projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
default to gcc 3.4.4 for brcm-2.4 because of weird kernel problems
[openwrt.git]
/
package
/
gmp
/
Config.in
diff --git
a/package/gmp/Config.in
b/package/gmp/Config.in
index
d561f67
..
1e995a7
100644
(file)
--- a/
package/gmp/Config.in
+++ b/
package/gmp/Config.in
@@
-1,9
+1,15
@@
+config BR2_COMPILE_GMP
+ tristate
+ default n
+ depends BR2_PACKAGE_LIBGMP
+
config BR2_PACKAGE_LIBGMP
config BR2_PACKAGE_LIBGMP
- tristate "libgmp"
+ prompt "libgmp............................ GNU multiprecision arithmetic library"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_GMP
help
GNU multiprecision arithmetic library
http://www.swox.com/gmp/
help
GNU multiprecision arithmetic library
http://www.swox.com/gmp/
-
This page took
0.022722 seconds
and
4
git commands to generate.