Skip to content

Commit 90c743c

Browse files
authored
yeet gcc 8
1 parent 9321ba0 commit 90c743c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config/machine/linux_gcc_zen5.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,12 @@ include config/extra/with-brutality.mk
99
include config/extra/with-optimization.mk
1010
include config/extra/with-threads.mk
1111

12-
# GCC 8 (Firedancer's minimum supported GCC version) only supports znver1.
13-
# note: I dont agree with this behavior but inheriting it from zen4.mk.
14-
ifeq ($(shell $(CC) -dumpversion),8)
15-
CPPFLAGS+=-march=znver1 -mtune=znver1
16-
else
17-
1812
# GCC 14+ support zen5, however, 15 has the optimizations.
1913
ifeq ($(shell test `$(CC) -dumpversion | cut -d. -f1` -ge 15 && echo yes),yes)
2014
CPPFLAGS+=-march=znver5 -mtune=znver5
2115
else
2216
$(error Unsupported GCC version $(shell $(CC) -dumpversion). Only GCC 15+ is fully supported for zen5.)
2317
endif
24-
endif
25-
2618

2719

2820
CPPFLAGS+=\

0 commit comments

Comments
 (0)