add modified b44 fixes based on #205 to brcm-2.6
[openwrt.git] / package / gmp / Config.in
index d561f678211c24ce0acee430180f8f2249c6eaeb..1e995a7340c45a317f3495e432b7c5b0d9247e14 100644 (file)
@@ -1,9 +1,15 @@
+config BR2_COMPILE_GMP
+       tristate
+       default n
+       depends BR2_PACKAGE_LIBGMP
+
 config BR2_PACKAGE_LIBGMP
-       tristate "libgmp"
+       prompt "libgmp............................ GNU multiprecision arithmetic library"
+       tristate
        default m if CONFIG_DEVEL
+       select BR2_COMPILE_GMP
        help
          GNU multiprecision arithmetic library
          
          http://www.swox.com/gmp/
-