aboutsummaryrefslogtreecommitdiff
path: root/rakelib/gcc.rake
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-08-21 23:47:19 +0200
committerEugen Wissner <belka@caraus.de>2026-08-21 23:47:19 +0200
commite4fece8e791cddec1c765c9834e1c13d0f258e16 (patch)
tree0f50fab705ccbba08e71e3e0e5e05303d92dec55 /rakelib/gcc.rake
parent39269cc68a32f6e1a7524b00da36a1fe4cc7fb8b (diff)
downloadelna-e4fece8e791cddec1c765c9834e1c13d0f258e16.tar.gz
Update to GCC 16.2.0
Diffstat (limited to 'rakelib/gcc.rake')
-rw-r--r--rakelib/gcc.rake5
1 files changed, 3 insertions, 2 deletions
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