Skip to content

Commit bfafcd3

Browse files
salkiniumrleh
authored andcommitted
[build] Do not use gcc-13 for hosted
1 parent 19636e2 commit bfafcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_script_generator/scons/resources/SConscript.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env["COMPILERPREFIX"] = "arm-none-eabi-"
2424
%% endif
2525
%% if family == "darwin"
2626
# Using homebrew gcc on macOS instead of clang
27-
env["COMPILERSUFFIX"] = env.Detect(["gcc-13", "gcc-12", "gcc-11", "gcc-10"])[3:]
27+
env["COMPILERSUFFIX"] = env.Detect(["gcc-12", "gcc-11", "gcc-10"])[3:]
2828
%% endif
2929
%% endif
3030

0 commit comments

Comments
 (0)