Browse Source

Fix typo

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
6f4dc7445d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/Makefile

+ 1
- 1
kernel/Makefile View File

@@ -40,7 +40,7 @@ endif
ifdef TARGET_CORE
ifeq ($(TARGET_CORE), COOPERLAKE)
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
ifeq ($(GCCVERSIONGTEQ10, 1)
ifeq ($(GCCVERSIONGTEQ10), 1)
override CFLAGS += -march=cooperlake
else
override CFLAGS += -march=skylake-avx512


Loading…
Cancel
Save