fix elseifeq and use older option core2-avx for compatibility
This commit is contained in:
parent
1ebe5c0f49
commit
2a3190dc76
|
@ -17,7 +17,7 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
|
|||
endif
|
||||
endif
|
||||
else ifeq($(TARGET_CORE), HASWELL)
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=haswell
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=core2-avx
|
||||
else
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue