Message ID | 20240218184536.1922309-3-giulio.benetti@benettiengineering.com |
---|---|
State | Superseded, archived |
Headers | show |
Series | Patch and remove Nios2 binutils bug 27597 | expand |
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
On 18.02.2024 21:45, Giulio Benetti wrote: > Now that binutils patch has been backported to every Buildroot binutils > version we can drop nios2 binutils bug 27597 dependency. > > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> > --- Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
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
Now that binutils patch has been backported to every Buildroot binutils version we can drop nios2 binutils bug 27597 dependency. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> --- package/gdal/Config.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)