From b9af225f58e45c7fae7eb9d3689fe939243e7578 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 16 May 2017 23:30:20 -0700 Subject: Implement "milestones" for packages Also get rid of dependency on GNU sort. Signed-off-by: Alexey Neyman --- config/binutils/binutils.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'config/binutils') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 69787ef5..5e5cc678 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. -- cgit v1.2.3