Browse Source

Add -march=haswell to HASWELL part of DYNAMIC_ARCH build

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

+ 2
- 0
kernel/Makefile View File

@@ -16,6 +16,8 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
override CFLAGS += -fno-asynchronous-unwind-tables
endif
endif
elseifeq($(TARGET_CORE), HASWELL)
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=haswell
else
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
endif


Loading…
Cancel
Save