diff options
| author | Romain Naour <romain.naour@gmail.com> | 2017-05-06 15:54:20 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-07 22:09:17 +0200 |
| commit | 519b96ad8726843cbae5be5b52cdeb395ca9c7e2 (patch) | |
| tree | ae7c54dad2a673a333070f54a57632526106e1d6 /toolchain | |
| parent | fb71372d5f59de5ae3eaece431fcfb007b264008 (diff) | |
| download | buildroot-519b96ad8726843cbae5be5b52cdeb395ca9c7e2.tar.gz buildroot-519b96ad8726843cbae5be5b52cdeb395ca9c7e2.zip | |
Revert "toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405"
An autobuilder exception has been added to avoid testing qt gui module
with the CodeSourcery NiosII toolchain. This allow to remove the
BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 symbol.
This reverts commit 5dce3c05b5ea38539f6ee6efc24c13db936260dc.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/toolchain-common.in | 4 | ||||
| -rw-r--r-- | toolchain/toolchain-external/toolchain-external-codesourcery-niosII/Config.in | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 37079fad3f..76c0e7cdcf 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -18,10 +18,6 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_64735 default y if BR2_ARM_CPU_ARMV5 default y if BR2_sparc_v8 -# https://sourceware.org/bugzilla/show_bug.cgi?id=19405 -config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 - bool - config BR2_TOOLCHAIN_HAS_NATIVE_RPC bool diff --git a/toolchain/toolchain-external/toolchain-external-codesourcery-niosII/Config.in b/toolchain/toolchain-external/toolchain-external-codesourcery-niosII/Config.in index 6bb376bea7..341bc2ab44 100644 --- a/toolchain/toolchain-external/toolchain-external-codesourcery-niosII/Config.in +++ b/toolchain/toolchain-external/toolchain-external-codesourcery-niosII/Config.in @@ -10,7 +10,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII select BR2_HOSTARCH_NEEDS_IA32_LIBS select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7 select BR2_TOOLCHAIN_GCC_AT_LEAST_6 - select BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 # based-on binutils-2.26 help Sourcery CodeBench toolchain for the Nios-II architecture, from Mentor Graphics. It uses gcc 6.3, binutils 2.26, |

