Skip to content

Commit 1893181

Browse files
ladislasosxCrossTestBot
authored andcommitted
avr-gcc@13: Upgrade to gcc v13.3.0
Closes #351. Signed-off-by: osxCrossTestBot <[email protected]>
1 parent a2baf0a commit 1893181

File tree

1 file changed

+11
-46
lines changed

1 file changed

+11
-46
lines changed

Formula/[email protected]

+11-46
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@ class AvrGccAT13 < Formula
22
desc "GNU compiler collection for AVR 8-bit and 32-bit Microcontrollers"
33
homepage "https://gcc.gnu.org/"
44

5-
url "https://ftp.gnu.org/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz"
6-
mirror "https://ftpmirror.gnu.org/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz"
7-
sha256 "e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da"
8-
5+
url "https://ftp.gnu.org/gnu/gcc/gcc-13.3.0/gcc-13.3.0.tar.xz"
6+
mirror "https://ftpmirror.gnu.org/gcc/gcc-13.3.0/gcc-13.3.0.tar.xz"
7+
sha256 "0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083"
98
license "GPL-3.0-or-later" => { with: "GCC-exception-3.1" }
109

1110
head "https://gcc.gnu.org/git/gcc.git", branch: "master"
1211

13-
bottle do
14-
root_url "https://github.com/osx-cross/homebrew-avr/releases/download/[email protected]"
15-
sha256 arm64_sonoma: "0ea039826134d45886718e7ef434ef265986f330135b284ab93d62f2e5957ac5"
16-
sha256 ventura: "9054c0ab841de8d757d1e8c2acd3b7fecafe056c5ae3484962c30a4a3ddb5c49"
17-
sha256 monterey: "bb681f6958778a5671ae3ef3d6456f4dcb5b779c95e5f792cc52e833d1ef84bf"
18-
end
19-
2012
# The bottles are built on systems with the CLT installed, and do not work
2113
# out of the box on Xcode-only systems due to an incorrect sysroot.
2214
pour_bottle? only_if: :clt_installed
@@ -38,52 +30,25 @@ class AvrGccAT13 < Formula
3830
depends_on "isl"
3931
depends_on "libmpc"
4032
depends_on "mpfr"
33+
depends_on "zstd"
4134

4235
uses_from_macos "zlib"
4336

4437
# GCC bootstraps itself, so it is OK to have an incompatible C++ stdlib
4538
cxxstdlib_check :skip
4639

47-
current_build = build
40+
build
4841

4942
resource "avr-libc" do
50-
url "https://download.savannah.gnu.org/releases/avr-libc/avr-libc-2.1.0.tar.bz2"
51-
mirror "https://download-mirror.savannah.gnu.org/releases/avr-libc/avr-libc-2.1.0.tar.bz2"
52-
sha256 "0b84cee5c08b5d5cba67c36125e5aaa85251bc9accfba5773bfa87bc34b654e8"
53-
54-
if current_build.with? "ATMega168pbSupport"
55-
patch do
56-
url "https://raw.githubusercontent.com/osx-cross/homebrew-avr/d2e2566b06b90355952ed996707a0a1a24673cd3/Patch/avr-libc-add-mcu-atmega168pb.patch"
57-
sha256 "7a2bf2e11cfd9335e8e143eecb94480b4871e8e1ac54392c2ee2d89010b43711"
58-
end
59-
end
60-
end
61-
62-
if Hardware::CPU.arm?
63-
# Branch from the Darwin maintainer of GCC, with a few generic fixes and
64-
# Apple Silicon support, located at https://github.com/iains/gcc-13-branch
65-
patch do
66-
url "https://raw.githubusercontent.com/Homebrew/formula-patches/3c5cbc8e/gcc/gcc-13.2.0.diff"
67-
sha256 "2df7ef067871a30b2531a2013b3db661ec9e61037341977bfc451e30bf2c1035"
68-
end
69-
70-
# Fix a warning with Xcode 15's linker, remove in GCC 13.3
71-
# https://github.com/iains/gcc-13-branch/issues/11
72-
patch do
73-
url "https://raw.githubusercontent.com/Homebrew/formula-patches/e923a0cd6c0e60bb388e8a5b8cd1dcf9c3bf7758/gcc/gcc-xcode15-warnings.diff"
74-
sha256 "dcfec5f2209def06678fa9cf91bc7bbe38237f9f3a356a23ab66b84e88142b91"
75-
end
43+
url "https://github.com/avrdudes/avr-libc/releases/download/avr-libc-2_2_1-release/avr-libc-2.2.1.tar.bz2"
44+
sha256 "006a6306cbbc938c3bdb583ac54f93fe7d7c8cf97f9cde91f91c6fb0273ab465"
7645
end
7746

78-
# Upstream fixes for building against recent libc++, remove in GCC 13.3
79-
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
80-
patch do
81-
url "https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff_plain;h=68057560ff1fc0fb2df38c2f9627a20c9a8da5c5"
82-
sha256 "4cb92b1b91ab9ef14f5aa440d17478b924e1b826e23ceb6a66262d3cc59081a8"
83-
end
47+
# Branch from the Darwin maintainer of GCC, with a few generic fixes and
48+
# Apple Silicon support, located at https://github.com/iains/gcc-13-branch
8449
patch do
85-
url "https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff_plain;h=e95ab9e60ce1d9aa7751d79291133fd5af9209d7"
86-
sha256 "d3fc6ed5ed1024e2765e02cc5ff3cf1f0be63659f1e588cfc36725c9a377d3cc"
50+
url "https://raw.githubusercontent.com/Homebrew/formula-patches/bda0faddfbfb392e7b9c9101056b2c5ab2500508/gcc/gcc-13.3.0.diff"
51+
sha256 "c5e9236430ef6edbdda7de9ac70bf79e21628077a48322cec7f3f064ccfc243d"
8752
end
8853

8954
def version_suffix

0 commit comments

Comments
 (0)