From e4fece8e791cddec1c765c9834e1c13d0f258e16 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 21 Aug 2026 23:47:19 +0200 Subject: Update to GCC 16.2.0 --- rakelib/gcc.rake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rakelib') diff --git a/rakelib/gcc.rake b/rakelib/gcc.rake index 3d6cf85..db832e1 100644 --- a/rakelib/gcc.rake +++ b/rakelib/gcc.rake @@ -135,11 +135,12 @@ end namespace :gcc do # Dependencies. - GCC_VERSION = "16.1.0" + GCC_VERSION = "16.2.0" HOST_GCC = 'build/host/gcc' HOST_INSTALL = Pathname.new 'build/host/install' GCC_TREE = Pathname.new "build/tools/gcc-#{GCC_VERSION}" - GCC_PATCH = 'https://raw.githubusercontent.com/Homebrew/homebrew-core/refs/heads/main/Patches/gcc/gcc-16.1.0.diff' + GCC_PATCH = + "https://raw.githubusercontent.com/Homebrew/homebrew-core/refs/heads/main/Patches/gcc/gcc-#{GCC_VERSION}.diff" directory HOST_GCC directory HOST_INSTALL.to_path -- cgit v1.2.3