diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-11 22:00:32 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:56:29 -0700 |
commit | 5935d586e140b35398f45772d5749924dea7da57 (patch) | |
tree | 371d497ec06cba5afca65a5616bcb37f280481b7 /config/binutils | |
parent | d589df4ebebdd9e89a66dc788e23b3c3db5f23d5 (diff) | |
download | crosstool-ng-5935d586e140b35398f45772d5749924dea7da57.tar.gz crosstool-ng-5935d586e140b35398f45772d5749924dea7da57.tar.bz2 crosstool-ng-5935d586e140b35398f45772d5749924dea7da57.zip |
Convert gcc to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index b97f1788..69787ef5 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -5,11 +5,11 @@ comment "GNU binutils" source "config/versions/binutils.in" config BINUTILS_HAS_HASH_STYLE - default y if BINUTILS_V_2_23_2_or_later + 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_GOLD - default y if BINUTILS_V_2_23_2_or_later + default y if BINUTILS_V_2_23_2_or_later || BINUTILS_LINARO_V_2_23_2_2013_10_4_or_later bool # gold only suports the listed architectures @@ -26,11 +26,11 @@ config BINUTILS_GOLD_SUPPORT depends on ! STATIC_TOOLCHAIN config BINUTILS_HAS_PLUGINS - default y if BINUTILS_V_2_23_2_or_later + 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 + 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: |