Browse Source

fix the CI failure of target specific option mismatch

tags/v0.3.13^2
Qiyu8 5 years ago
parent
commit
e0dac6b53b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      kernel/Makefile

+ 4
- 0
kernel/Makefile View File

@@ -5,6 +5,10 @@ endif
TOPDIR = ..
include $(TOPDIR)/Makefile.system

ifdef HAVE_FMA3
CFLAGS += -mfma
endif

ifeq ($(ARCH), power)
ifeq ($(C_COMPILER), CLANG)
override CFLAGS += -fno-integrated-as


Loading…
Cancel
Save