File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,12 @@ include config/extra/with-brutality.mk
9
9
include config/extra/with-optimization.mk
10
10
include config/extra/with-threads.mk
11
11
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
-
18
12
# GCC 14+ support zen5, however, 15 has the optimizations.
19
13
ifeq ($(shell test `$(CC ) -dumpversion | cut -d. -f1` -ge 15 && echo yes) ,yes)
20
14
CPPFLAGS+=-march =znver5 -mtune=znver5
21
15
else
22
16
$(error Unsupported GCC version $(shell $(CC) -dumpversion). Only GCC 15+ is fully supported for zen5.)
23
17
endif
24
- endif
25
-
26
18
27
19
28
20
CPPFLAGS+ =\
You can’t perform that action at this time.
0 commit comments