summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/companion_libs/gmp.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in
index 386caff..f156e69 100644
--- a/config/companion_libs/gmp.in
+++ b/config/companion_libs/gmp.in
@@ -9,18 +9,22 @@ choice
config GMP_V_6_0_0
bool
prompt "6.0.0a"
+ select GMP_5_0_2_or_later
config GMP_V_5_1_3
bool
prompt "5.1.3"
+ select GMP_5_0_2_or_later
config GMP_V_5_1_1
bool
prompt "5.1.1"
+ select GMP_5_0_2_or_later
config GMP_V_5_0_2
bool
prompt "5.0.2"
+ select GMP_5_0_2_or_later
config GMP_V_5_0_1
bool
@@ -40,6 +44,10 @@ config GMP_V_4_3_0
endchoice
+# To disable --enable-mpbsd
+config GMP_5_0_2_or_later
+ bool
+
config GMP_VERSION
string
# Don't remove next line