summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-17 06:30:20 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:56:29 (GMT)
commitb9af225f58e45c7fae7eb9d3689fe939243e7578 (patch)
tree14fd9c239429bcd4f7aa3f4f7400079c8150e7fa /config
parent5935d586e140b35398f45772d5749924dea7da57 (diff)
Implement "milestones" for packages
Also get rid of dependency on GNU sort. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/binutils/binutils.in20
-rw-r--r--config/cc/gcc.in2
2 files changed, 11 insertions, 11 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 69787ef..5e5cc67 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -5,11 +5,19 @@ comment "GNU binutils"
source "config/versions/binutils.in"
config BINUTILS_HAS_HASH_STYLE
- default y if BINUTILS_V_2_23_2_or_later || BINUTILS_LINARO_V_2_23_2_2013_10_4_or_later
+ default y if BINUTILS_MS_2_23
bool
config BINUTILS_HAS_GOLD
- default y if BINUTILS_V_2_23_2_or_later || BINUTILS_LINARO_V_2_23_2_2013_10_4_or_later
+ default y if BINUTILS_MS_2_23
+ bool
+
+config BINUTILS_HAS_PLUGINS
+ default y if BINUTILS_MS_2_23
+ bool
+
+config BINUTILS_HAS_PKGVERSION_BUGURL
+ default y if BINUTILS_MS_2_23
bool
# gold only suports the listed architectures
@@ -25,14 +33,6 @@ config BINUTILS_GOLD_SUPPORT
depends on BINUTILS_GOLD_SUPPORTS_ARCH
depends on ! STATIC_TOOLCHAIN
-config BINUTILS_HAS_PLUGINS
- default y if BINUTILS_V_2_23_2_or_later || BINUTILS_LINARO_V_2_23_2_2013_10_4_or_later
- bool
-
-config BINUTILS_HAS_PKGVERSION_BUGURL
- default y if BINUTILS_V_2_23_2_or_later || BINUTILS_LINARO_V_2_23_2_2013_10_4_or_later
- bool
-
# Force using the BFD linker if needed. There are two options:
# - For some C libraries (eg. glibc at least), BFD ld must be
# built and be selected by default.
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index a87b7db..427fc97 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -32,7 +32,7 @@ config CC_GCC_GOLD
default y
config CC_GCC_HAS_LIBMPX
- depends on GCC_V_5_4_0_or_later || GCC_LINARO_V_5_4_2017_01_or_later
+ depends on GCC_MS_5
bool
config CC_LANG_JAVA_USE_ECJ