summaryrefslogtreecommitdiff
path: root/config/companion_libs/mpfr.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-10 18:36:23 (GMT)
committerGitHub <noreply@github.com>2017-01-10 18:36:23 (GMT)
commitabdaa36b5ab0a46055248bc437d0f74183984d78 (patch)
tree251acfdd28203230bbc2d39370fd9c93515f01cd /config/companion_libs/mpfr.in
parenta2d49174dffdb9e33aa6cb53da16d84824fd4ed6 (diff)
parente427a6408f61a1950ad2dfa5ac32853dcb391be7 (diff)
Merge pull request #515 from InfernoEmbedded/arm-toolchain-update
Arm toolchain update
Diffstat (limited to 'config/companion_libs/mpfr.in')
-rw-r--r--config/companion_libs/mpfr.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/companion_libs/mpfr.in b/config/companion_libs/mpfr.in
index fef50b0..5957e23 100644
--- a/config/companion_libs/mpfr.in
+++ b/config/companion_libs/mpfr.in
@@ -6,6 +6,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config MPFR_V_3_1_5
+ bool
+ prompt "3.1.5"
+
config MPFR_V_3_1_3
bool
prompt "3.1.3"
@@ -44,6 +48,7 @@ config MPFR_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.1.5" if MPFR_V_3_1_5
default "3.1.3" if MPFR_V_3_1_3
default "3.1.2" if MPFR_V_3_1_2
default "3.1.0" if MPFR_V_3_1_0