diff mbox series

[1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597

Message ID 20210317163459.1916948-1-giulio.benetti@benettiengineering.com
State Accepted, archived
Headers show
Series [1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 | expand

Commit Message

Giulio Benetti March 17, 2021, 4:34 p.m. UTC
On Nios II binutils it still present ld bug 27597 leading to a package
libgeos to fail building:
http://autobuild.buildroot.net/results/a05fdf1958f93a206c5c66c7f636b6650683626d/http://autobuild.buildroot.net/results/c05/c053b9e191b31f0b1f8f8c902b602e187f714dc0/

The bug was already reported and it's been updated:
https://sourceware.org/bugzilla/show_bug.cgi?id=27597

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 toolchain/Config.in | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Arnout Vandecappelle April 26, 2021, 7:50 p.m. UTC | #1
On 17/03/2021 17:34, Giulio Benetti wrote:
> On Nios II binutils it still present ld bug 27597 leading to a package
> libgeos to fail building:
> http://autobuild.buildroot.net/results/a05fdf1958f93a206c5c66c7f636b6650683626d/http://autobuild.buildroot.net/results/c05/c053b9e191b31f0b1f8f8c902b602e187f714dc0/
> 
> The bug was already reported and it's been updated:
> https://sourceware.org/bugzilla/show_bug.cgi?id=27597
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  toolchain/Config.in | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 5c76bdf4ea..87f4d486a3 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -83,6 +83,12 @@ config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27100
>  	bool
>  	default y if BR2_or1k && !BR2_BINUTILS_VERSION_2_36_X
>  
> +# https://sourceware.org/bugzilla/show_bug.cgi?id=27597
> +# Affect toolchains built with binutils 2.36.1, still not fixed.
> +config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
> +	bool
> +	default y if BR2_nios2
> +
>  # Atomic types can be:
>  #  - never lock-free
>  #  - sometimes lock-free
>
Peter Korsgaard April 26, 2021, 9:14 p.m. UTC | #2
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 > On 17/03/2021 17:34, Giulio Benetti wrote:
 >> On Nios II binutils it still present ld bug 27597 leading to a package
 >> libgeos to fail building:
 >> http://autobuild.buildroot.net/results/a05fdf1958f93a206c5c66c7f636b6650683626d/http://autobuild.buildroot.net/results/c05/c053b9e191b31f0b1f8f8c902b602e187f714dc0/
 >> 
 >> The bug was already reported and it's been updated:
 >> https://sourceware.org/bugzilla/show_bug.cgi?id=27597
 >> 
 >> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 5c76bdf4ea..87f4d486a3 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -83,6 +83,12 @@  config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27100
 	bool
 	default y if BR2_or1k && !BR2_BINUTILS_VERSION_2_36_X
 
+# https://sourceware.org/bugzilla/show_bug.cgi?id=27597
+# Affect toolchains built with binutils 2.36.1, still not fixed.
+config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
+	bool
+	default y if BR2_nios2
+
 # Atomic types can be:
 #  - never lock-free
 #  - sometimes lock-free