Skip to content

Commit 1070518

Browse files
authored
Merge pull request #20 from xianyi/develop
Rebase
2 parents 948d11f + 235599f commit 1070518

File tree

6 files changed

+241
-190
lines changed

6 files changed

+241
-190
lines changed

kernel/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ endif
55
TOPDIR = ..
66
include $(TOPDIR)/Makefile.system
77

8+
9+
ifeq ($(C_COMPILER), GCC)
10+
GCCVERSIONGTEQ9 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 9)
11+
endif
12+
813
AVX2OPT =
914
ifeq ($(C_COMPILER), GCC)
1015
# AVX2 support was added in 4.7.0

0 commit comments

Comments
 (0)