Message ID | 20210815105119.3035569-7-stijn@linux-ipv6.be |
---|---|
State | Deferred |
Delegated to: | Stijn Tintel |
Headers | show |
Series | use binutils 2.36.1 and gcc 10 by default | expand |
On 8/15/21 12:51 PM, Stijn Tintel wrote: > Since we switched to binutils 2.36.1 by default, with the previous > default being binutils 2.34, it doesn't make much sense to keep binutils > 2.35.1 around, so drop it. > > Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> > --- > toolchain/binutils/Config.in | 4 ---- > toolchain/binutils/Config.version | 4 ---- > 2 files changed, 8 deletions(-) There is a directory with the binutils 2.35.1 specific patches, please remove that too. Hauke
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 0f69a003d3..bc5994a7df 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -14,10 +14,6 @@ choice bool "Binutils 2.34" select BINUTILS_VERSION_2_34 - config BINUTILS_USE_VERSION_2_35_2 - bool "Binutils 2.35.2" - select BINUTILS_VERSION_2_35_2 - config BINUTILS_USE_VERSION_2_36_1 bool "Binutils 2.36.1" select BINUTILS_VERSION_2_36_1 diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index a1622abd96..4acf20cd4b 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -4,9 +4,6 @@ config BINUTILS_VERSION_2_32 config BINUTILS_VERSION_2_34 bool -config BINUTILS_VERSION_2_35_2 - bool - config BINUTILS_VERSION_2_36_1 default y if !TOOLCHAINOPTS bool @@ -18,6 +15,5 @@ config BINUTILS_VERSION string default "2.32" if BINUTILS_VERSION_2_32 default "2.34" if BINUTILS_VERSION_2_34 - default "2.35.2" if BINUTILS_VERSION_2_35_2 default "2.36.1" if BINUTILS_VERSION_2_36_1 default "2.37" if BINUTILS_VERSION_2_37
Since we switched to binutils 2.36.1 by default, with the previous default being binutils 2.34, it doesn't make much sense to keep binutils 2.35.1 around, so drop it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> --- toolchain/binutils/Config.in | 4 ---- toolchain/binutils/Config.version | 4 ---- 2 files changed, 8 deletions(-)