summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/binutils/binutils.in10
-rw-r--r--config/cc/gcc.in6
-rw-r--r--config/companion_libs/gmp.in8
-rw-r--r--config/companion_tools.in5
4 files changed, 29 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 6dc289d..f21cbca 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -8,6 +8,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config BINUTILS_V_2_25
+ bool
+ prompt "2.25"
+ select BINUTILS_2_25_or_later
+
config BINUTILS_V_2_24
bool
prompt "2.24"
@@ -77,6 +82,7 @@ config BINUTILS_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.25" if BINUTILS_V_2_25
default "2.24" if BINUTILS_V_2_24
default "2.23.2" if BINUTILS_V_2_23_2
default "2.23.1" if BINUTILS_V_2_23_1
@@ -88,6 +94,10 @@ config BINUTILS_VERSION
default "2.18a" if BINUTILS_V_2_18a
default "custom" if BINUTILS_CUSTOM
+config BINUTILS_2_25_or_later
+ bool
+ select BINUTILS_2_24_or_later
+
config BINUTILS_2_24_or_later
bool
select BINUTILS_2_23_or_later
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 5c2d98f..95abde6 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -57,6 +57,11 @@ config CC_V_linaro_4_8
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_8
+config CC_V_4_8_4
+ bool
+ prompt "4.8.4"
+ select CC_GCC_4_8
+
config CC_V_4_8_3
bool
prompt "4.8.3"
@@ -501,6 +506,7 @@ config CC_VERSION
default "4.9.1" if CC_V_4_9_1
default "4.9.0" if CC_V_4_9_0
default "linaro-4.8-2014.04" if CC_V_linaro_4_8
+ default "4.8.4" if CC_V_4_8_4
default "4.8.3" if CC_V_4_8_3
default "4.8.2" if CC_V_4_8_2
default "4.8.1" if CC_V_4_8_1
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
diff --git a/config/companion_tools.in b/config/companion_tools.in
index 18811e6..f922388 100644
--- a/config/companion_tools.in
+++ b/config/companion_tools.in
@@ -35,6 +35,11 @@ config COMP_TOOLS_make
bool
prompt "make"
+config COMP_TOOLS_make_gmake
+ bool
+ prompt "Add gmake symlink to companion gnu/make"
+ depends on COMP_TOOLS_make
+
config COMP_TOOLS_m4
bool
prompt "m4"