Skip to content

Commit 0e1fc86

Browse files
committed
[build] Upgrade macOS GCC to v13
1 parent 39b7747 commit 0e1fc86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ brew link --force avr-gcc@13
196196
To compile modm *for x86_64 macOS* you need to install these tools too:
197197

198198
```sh
199-
brew install boost gcc
199+
brew install boost gcc@13
200200
```
201201

202202

tools/build_script_generator/scons/resources/SConscript.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ env["COMPILERPREFIX"] = "avr-"
2222
env["COMPILERPREFIX"] = "arm-none-eabi-"
2323
%% endif
2424
%% if family == "darwin"
25-
# Using homebrew gcc-12 on macOS instead of clang
26-
env["COMPILERSUFFIX"] = "-12"
25+
# Using homebrew gcc-13 on macOS instead of clang
26+
env["COMPILERSUFFIX"] = "-13"
2727
%% endif
2828
%% endif
2929

0 commit comments

Comments
 (0)