Skip to content

Commit cfc4acc

Browse files
authored
typo
1 parent 545c2b1 commit cfc4acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ifeq ($(C_COMPILER), CLANG)
1919
GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4)
2020
GCCMINORVERSIONGTEQ2 := $(shell expr `$(CC) -dumpversion | cut -f2 -d.` \>= 2)
2121
ifeq ($(GCCVERSIONGTEQ4)$(GCCMINORVERSIONGTEQ2), 11)
22-
AVX2OPT -mavx2
22+
AVX2OPT = -mavx2
2323
endif
2424
endif
2525
ifdef NO_AVX2

0 commit comments

Comments
 (0)