@@ -2,21 +2,13 @@ class AvrGccAT13 < Formula
2
2
desc "GNU compiler collection for AVR 8-bit and 32-bit Microcontrollers"
3
3
homepage "https://gcc.gnu.org/"
4
4
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"
9
8
license "GPL-3.0-or-later" => { with : "GCC-exception-3.1" }
10
9
11
10
head "https://gcc.gnu.org/git/gcc.git" , branch : "master"
12
11
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
-
20
12
# The bottles are built on systems with the CLT installed, and do not work
21
13
# out of the box on Xcode-only systems due to an incorrect sysroot.
22
14
pour_bottle? only_if : :clt_installed
@@ -38,52 +30,25 @@ class AvrGccAT13 < Formula
38
30
depends_on "isl"
39
31
depends_on "libmpc"
40
32
depends_on "mpfr"
33
+ depends_on "zstd"
41
34
42
35
uses_from_macos "zlib"
43
36
44
37
# GCC bootstraps itself, so it is OK to have an incompatible C++ stdlib
45
38
cxxstdlib_check :skip
46
39
47
- current_build = build
40
+ build
48
41
49
42
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"
76
45
end
77
46
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
84
49
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 "
87
52
end
88
53
89
54
def version_suffix
0 commit comments