diff options
| -rw-r--r-- | rakelib/gcc.rake | 5 |
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 |
