From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>,
Tudor Holton <buildroot@tudorholton.com>,
Fabrice Fontaine <fontaine.fabrice@gmail.com>,
Angelo Compagnucci <angelo.compagnucci@gmail.com>,
Olivier Schonken <olivier.schonken@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Romain Naour <romain.naour@gmail.com>,
Giulio Benetti <giulio.benetti@benettiengineering.com>
Subject: [Buildroot] [PATCH v4 00/21] package/gcc: add version 16.1.0
Date: Fri, 1 May 2026 17:27:36 +0200 [thread overview]
Message-ID: <20260501152758.2610763-1-bernd@kuhls.net> (raw)
This series adds gcc 16.1.0
Patches 0001 - 0014 add build fixes for gcc 16.
Regards, Bernd
v4:
- fixed typo again (Edgar)
- rephrased patch 0010 (cups-filters: needs autoreconf...) (Edgar)
v3:
- added updated cups-filters series to gcc series
- added openjdk and rocksdb bumps to series
v2: fixed typos
Angelo Compagnucci (1):
package/qpdf: bump to version 12.3.2
Bernd Kuhls (19):
package/autoconf: bump version to 2.73
package/autoconf-archive: bump version to 2024.10.16
package/redis-plus-plus: disable -Werror
package/dump1090: disable -Werror
package/qt5/qt5webkit: Fix build with gcc 16.x
package/grantlee: Fix build with gcc 16.x
package/cups-filters: add upstream patch to fix CVE-2025-64524
package/cups-filters: fix build against qpdf 12
package/cups-filters: needs autoreconf to fix build with gcc 16.x
package/openjdk{-bin}: bump versions to latest 17.x and 21.x series
package/snappy: enable rtti
package/rocksdb: bump version to 11.0.4
toolchain/Config.in: add BR2_TOOLCHAIN_GCC_AT_LEAST_16 blind option
arch/Config.in: introduce BR2_ARCH_NEEDS_GCC_AT_LEAST_17
toolchain/toolchain-external/toolchain-external-custom: add gcc 16
version selection
package/gcc: add version 16.1.0
package/gcc: switch to GCC 15.x as the default
support/config-fragments/autobuild/br-arm-internal-glibc: update to
bleeding edge components
package/gcc: drop support for GCC 13.x
Thomas Devoogdt (1):
package/openjdk{-bin}: add OpenJDK25 and configure it as latest
.checkpackageignore | 3 +-
Config.in.legacy | 7 +
DEVELOPERS | 1 +
arch/Config.in | 4 +
.../autoconf-archive/autoconf-archive.hash | 5 +-
package/autoconf-archive/autoconf-archive.mk | 2 +-
.../0001-dont-add-dirty-to-version.patch | 12 +-
package/autoconf/autoconf.hash | 5 +-
package/autoconf/autoconf.mk | 2 +-
...ix-infinite-loop-caused-by-crafted-f.patch | 83 +++++
...ilters-Fixed-building-with-QPDF-11.x.patch | 57 +++
...ated-code-to-be-built-with-QPDF-12.x.patch | 165 +++++++++
package/cups-filters/Config.in | 6 +-
package/cups-filters/cups-filters.mk | 8 +
package/dump1090/dump1090.mk | 5 +
...ISC-V-fix-build-issue-with-gcc-4.9.x.patch | 48 ---
...emove-crypt-and-crypt_r-interceptors.patch | 146 --------
...bsanitizer-Fix-build-with-glibc-2.42.patch | 81 -----
...le-split-stack-for-non-thread-builds.patch | 4 +-
...-config-microblaze-fix-ira-for-GCC15.patch | 56 +++
package/gcc/Config.in.host | 23 +-
package/gcc/gcc-initial/gcc-initial.mk | 2 +-
package/gcc/gcc.hash | 4 +-
...-id-in-constructor-of-template-class.patch | 30 ++
.../{17.0.12_7 => 17.0.18_8}/openjdk-bin.hash | 4 +-
.../{21.0.4_7 => 21.0.10_7}/openjdk-bin.hash | 4 +-
.../openjdk-bin/25.0.2_10/openjdk-bin.hash | 7 +
package/openjdk-bin/openjdk-bin.mk | 12 +-
...ARCv2-ISA-processors-support-to-Zero.patch | 0
...fix-HEADLESS-compilation-without-X11.patch | 0
...ARCv2-ISA-processors-support-to-Zero.patch | 0
...fix-HEADLESS-compilation-without-X11.patch | 0
...es-drop-the-need-for-X11-in-headless.patch | 0
...ARCv2-ISA-processors-support-to-Zero.patch | 109 ++++++
...OpenJDK-in-headless-mode-without-req.patch | 144 ++++++++
...spot-aarch64-macro-assembler-fix-cmp.patch | 43 +++
...ot-share-gc-shenandoah-fix-constexpr.patch | 42 +++
package/openjdk/Config.in | 7 +-
package/openjdk/openjdk.hash | 5 +-
package/openjdk/openjdk.mk | 16 +-
package/qpdf/Config.in | 6 +-
package/qpdf/qpdf.hash | 4 +-
package/qpdf/qpdf.mk | 27 +-
package/qt5/qt5webkit/0014-gcc16.patch | 42 +++
package/redis-plus-plus/redis-plus-plus.mk | 5 +
...ed-parameter-when-Snappy-is-disabled.patch | 24 ++
...ls-build_detect_platform-fix-C-tests.patch | 325 ------------------
package/rocksdb/rocksdb.hash | 4 +-
package/rocksdb/rocksdb.mk | 81 ++---
.../0002-add-option-to-enable-rtti.patch | 52 +++
package/snappy/snappy.mk | 5 +-
.../autobuild/br-arm-internal-glibc.config | 4 +-
.../package/openjdk-jni-test/JniTest.java | 2 +-
toolchain/Config.in | 5 +
.../Config.in.options | 5 +
55 files changed, 1002 insertions(+), 741 deletions(-)
create mode 100644 package/cups-filters/0002-rastertopclx.c-Fix-infinite-loop-caused-by-crafted-f.patch
create mode 100644 package/cups-filters/0003-libcupsfilters-Fixed-building-with-QPDF-11.x.patch
create mode 100644 package/cups-filters/0004-Updated-code-to-be-built-with-QPDF-12.x.patch
delete mode 100644 package/gcc/13.4.0/0002-RISC-V-fix-build-issue-with-gcc-4.9.x.patch
delete mode 100644 package/gcc/13.4.0/0003-Remove-crypt-and-crypt_r-interceptors.patch
delete mode 100644 package/gcc/13.4.0/0004-libsanitizer-Fix-build-with-glibc-2.42.patch
rename package/gcc/{13.4.0 => 16.1.0}/0001-disable-split-stack-for-non-thread-builds.patch (91%)
create mode 100644 package/gcc/16.1.0/0002-gcc-config-microblaze-fix-ira-for-GCC15.patch
create mode 100644 package/grantlee/0001-Remove-template-id-in-constructor-of-template-class.patch
rename package/openjdk-bin/{17.0.12_7 => 17.0.18_8}/openjdk-bin.hash (53%)
rename package/openjdk-bin/{21.0.4_7 => 21.0.10_7}/openjdk-bin.hash (53%)
create mode 100644 package/openjdk-bin/25.0.2_10/openjdk-bin.hash
rename package/openjdk/{17.0.12+7 => 17.0.18+8}/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch (100%)
rename package/openjdk/{17.0.12+7 => 17.0.18+8}/0002-awt-fix-HEADLESS-compilation-without-X11.patch (100%)
rename package/openjdk/{21.0.4+7 => 21.0.10+7}/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch (100%)
rename package/openjdk/{21.0.4+7 => 21.0.10+7}/0002-awt-fix-HEADLESS-compilation-without-X11.patch (100%)
rename package/openjdk/{21.0.4+7 => 21.0.10+7}/0003-autoconf-libraries-drop-the-need-for-X11-in-headless.patch (100%)
create mode 100644 package/openjdk/25.0.2+10/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch
create mode 100644 package/openjdk/25.0.2+10/0002-8376684-Compile-OpenJDK-in-headless-mode-without-req.patch
create mode 100644 package/openjdk/25.0.2+10/0003-src-hotspot-aarch64-macro-assembler-fix-cmp.patch
create mode 100644 package/openjdk/25.0.2+10/0004-src-hotspot-share-gc-shenandoah-fix-constexpr.patch
create mode 100644 package/qt5/qt5webkit/0014-gcc16.patch
create mode 100644 package/rocksdb/0001-Fix-unused-parameter-when-Snappy-is-disabled.patch
delete mode 100644 package/rocksdb/0001-build_tools-build_detect_platform-fix-C-tests.patch
create mode 100644 package/snappy/0002-add-option-to-enable-rtti.patch
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2026-05-01 15:28 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-01 15:27 Bernd Kuhls [this message]
2026-05-01 15:27 ` [Buildroot] [PATCH v4 01/21] package/autoconf: bump version to 2.73 Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 02/21] package/autoconf-archive: bump version to 2024.10.16 Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 03/21] package/redis-plus-plus: disable -Werror Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 04/21] package/dump1090: " Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 05/21] package/qt5/qt5webkit: Fix build with gcc 16.x Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 06/21] package/grantlee: " Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 07/21] package/cups-filters: add upstream patch to fix CVE-2025-64524 Bernd Kuhls
2026-05-04 14:55 ` Thomas Perale via buildroot
2026-05-01 15:27 ` [Buildroot] [PATCH v4 08/21] package/qpdf: bump to version 12.3.2 Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 09/21] package/cups-filters: fix build against qpdf 12 Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 10/21] package/cups-filters: needs autoreconf to fix build with gcc 16.x Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 11/21] package/openjdk{-bin}: bump versions to latest 17.x and 21.x series Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 12/21] package/openjdk{-bin}: add OpenJDK25 and configure it as latest Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 13/21] package/snappy: enable rtti Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 14/21] package/rocksdb: bump version to 11.0.4 Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 15/21] toolchain/Config.in: add BR2_TOOLCHAIN_GCC_AT_LEAST_16 blind option Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 16/21] arch/Config.in: introduce BR2_ARCH_NEEDS_GCC_AT_LEAST_17 Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 17/21] toolchain/toolchain-external/toolchain-external-custom: add gcc 16 version selection Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 18/21] package/gcc: add version 16.1.0 Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 19/21] package/gcc: switch to GCC 15.x as the default Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 20/21] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components Bernd Kuhls
2026-05-01 15:27 ` [Buildroot] [PATCH v4 21/21] package/gcc: drop support for GCC 13.x Bernd Kuhls
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=20260501152758.2610763-1-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=angelo.compagnucci@gmail.com \
--cc=buildroot@buildroot.org \
--cc=buildroot@tudorholton.com \
--cc=fontaine.fabrice@gmail.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=mr.zoltan.gyarmati@gmail.com \
--cc=olivier.schonken@gmail.com \
--cc=romain.naour@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox