From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: Marcus Folkesson <marcus.folkesson@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
Dominik Michael Rauh <dmrauh@posteo.de>,
Maxim Kochetkov <fido_max@inbox.ru>,
Pierre Ducroquet <pinaraf@pinaraf.info>,
buildroot@buildroot.org, Romain Naour <romain.naour@gmail.com>,
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Subject: Re: [Buildroot] [PATCH 2/8] package/gdal: drop nios2 binutils bug 27597 dependency
Date: Sun, 18 Feb 2024 20:13:12 +0100 [thread overview]
Message-ID: <ZdJWyBd5GjwsYC80@landeda> (raw)
In-Reply-To: <20240218184536.1922309-3-giulio.benetti@benettiengineering.com>
Giulio, All,
On 2024-02-18 19:45 +0100, Giulio Benetti spake thusly:
> Now that binutils patch has been backported to every Buildroot binutils
> version we can drop nios2 binutils bug 27597 dependency.
What about external pre-built toolchains?
Comment valid for all the patches in this series...
Regards,
Yann E. MORIN.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> package/gdal/Config.in | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/package/gdal/Config.in b/package/gdal/Config.in
> index 24a1f06af2..839a1bd7ea 100644
> --- a/package/gdal/Config.in
> +++ b/package/gdal/Config.in
> @@ -5,7 +5,6 @@ config BR2_PACKAGE_GDAL
> # configure can't find proj, when linking statically
> depends on !BR2_STATIC_LIBS
> depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11, proj
> - depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
> depends on BR2_TOOLCHAIN_HAS_THREADS # proj
> depends on BR2_USE_WCHAR # proj
> select BR2_PACKAGE_GIFLIB
> @@ -26,9 +25,8 @@ config BR2_PACKAGE_GDAL
>
> https://gdal.org/
>
> -comment "gdal needs a toolchain w/ C++, dynamic library, gcc >= 4.7, not binutils bug 27597, threads, wchar"
> +comment "gdal needs a toolchain w/ C++, dynamic library, gcc >= 4.7, threads, wchar"
> depends on BR2_TOOLCHAIN_HAS_SYNC_4
> depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
> !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
> - BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 || \
> !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-02-18 19:13 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-18 18:45 [Buildroot] [PATCH 0/8] Patch and remove Nios2 binutils bug 27597 Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 1/8] package/binutils: add local patches to fix Nios2 " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 2/8] package/gdal: drop nios2 binutils bug 27597 dependency Giulio Benetti
2024-02-18 19:13 ` Yann E. MORIN [this message]
2024-02-19 5:47 ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 3/8] package/kf5/kf5-kcoreaddons: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 4/8] package/libcamera: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 5/8] package/libgeos: " Giulio Benetti
2024-02-19 5:48 ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 6/8] package/pistache: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 7/8] package/postgis: " Giulio Benetti
2024-02-19 5:48 ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 8/8] toolchain: remove binutils bug 27597 Giulio Benetti
2024-02-18 19:44 ` Yann E. MORIN
2024-02-18 19:26 ` [Buildroot] [PATCH 0/8] Patch and remove Nios2 " Yann E. MORIN
2024-02-18 22:05 ` Thomas Petazzoni via buildroot
2024-02-18 22:28 ` Giulio Benetti
2024-02-19 1:20 ` Vincent Fazio
2024-02-21 21:39 ` [Buildroot] [PATCH v2 0/9] " Giulio Benetti
2024-02-21 21:39 ` [Buildroot] [PATCH v2 1/9] toolchain/toolchain-external: drop external codesourcery niosII toolchain Giulio Benetti
2024-02-21 21:39 ` [Buildroot] [PATCH v2 2/9] package/binutils: add local patches to fix Nios2 bug 27597 Giulio Benetti
2024-02-21 21:39 ` [Buildroot] [PATCH v2 3/9] package/gdal: drop nios2 binutils bug 27597 dependency Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 4/9] package/kf5/kf5-kcoreaddons: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 5/9] package/libcamera: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 6/9] package/libgeos: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 7/9] package/pistache: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 8/9] package/postgis: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 9/9] toolchain: remove binutils bug 27597 Giulio Benetti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZdJWyBd5GjwsYC80@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=dmrauh@posteo.de \
--cc=fido_max@inbox.ru \
--cc=giulio.benetti@benettiengineering.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=marcus.folkesson@gmail.com \
--cc=pinaraf@pinaraf.info \
--cc=romain.naour@gmail.com \
--cc=thomas.de_schampheleire@nokia.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.