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)
committerFelix Fietkau <nbd@nbd.name>
Tue, 10 Jul 2018 12:26:35 +0000 (14:26 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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