Skip to content

Commit

Permalink
mingw-w64: update to gcc 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed May 10, 2024
1 parent a73e494 commit 66165c7
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions Formula/m/mingw-w64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,9 @@ class MingwW64 < Formula
end

resource "gcc" do
url "https://ftp.gnu.org/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz"
mirror "https://ftpmirror.gnu.org/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz"
sha256 "e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da"

# Backport fix for ctype build errors with Xcode 15.3
patch do
url "https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=9970b576b7e4ae337af1268395ff221348c4b34a"
sha256 "968bfcb58f75d889470f2f815787f6aa254fb43f1e5516e04f577dad22259905"
end

# Backport fix for libcc1 std::vector build errors with Xcode 15.3
patch do
url "https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=5213047b1d50af63dfabb5e5649821a6cb157e33"
sha256 "0d36d0d5556aefa59dbedf821f5c9dcda940a9c6f92cb3509423f524fd93351a"
end
url "https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz"
mirror "https://ftpmirror.gnu.org/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz"
sha256 "e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840"
end

def target_archs
Expand Down

0 comments on commit 66165c7

Please sign in to comment.