diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-07-10 14:20:25 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-07-10 14:26:35 +0200 |
commit | 7c3e3eb0982d09fa3daebffb5bb1555d2cf5c861 (patch) | |
tree | 18b376c1bcdcb68bebc5d659196e9b233abf56aa /toolchain/binutils/Config.version | |
parent | 55055aee50f7837a50a623b00c98a84e68080f91 (diff) | |
download | upstream-7c3e3eb0982d09fa3daebffb5bb1555d2cf5c861.tar.gz upstream-7c3e3eb0982d09fa3daebffb5bb1555d2cf5c861.tar.bz2 upstream-7c3e3eb0982d09fa3daebffb5bb1555d2cf5c861.zip |
binutils: update to version 2.30, resolves issues with LTO
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/binutils/Config.version')
-rw-r--r-- | toolchain/binutils/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index a81f20fea5..23eeebe6a5 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -6,10 +6,10 @@ config BINUTILS_VERSION_2_29_ARC bool config BINUTILS_VERSION_2_29_1 - default y if (!TOOLCHAINOPTS && !arc) bool config BINUTILS_VERSION_2_30 + default y if (!TOOLCHAINOPTS && !arc) bool config BINUTILS_VERSION |