binutils: update to version 2.30, resolves issues with LTO
authorFelix Fietkau <nbd@nbd.name>
Tue, 10 Jul 2018 12:20:25 +0000 (14:20 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:32:20 +0000 (17:32 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(backported from 7c3e3eb0982d09fa3daebffb5bb1555d2cf5c861)

toolchain/binutils/Config.in
toolchain/binutils/Config.version

index 2922daed511a3b242ea72845e93b8f3d7e2b4ba1..bcf69058319cde7e82fe9a5f475acb176bde4e4e 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_29_1 if !arc
+       default BINUTILS_USE_VERSION_2_30 if !arc
        default BINUTILS_USE_VERSION_2_29_ARC if arc
        help
          Select the version of binutils you wish to use.
index a81f20fea50f9fd5fc39ef05e3408014ef9f91f9..23eeebe6a59a5e97c5fda1e0b24b94320bd102b0 100644 (file)
@@ -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