fix the CI failure of target specific option mismatch
This commit is contained in:
parent
e5c2ceb675
commit
e0dac6b53b
|
@ -5,6 +5,10 @@ endif
|
||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
include $(TOPDIR)/Makefile.system
|
include $(TOPDIR)/Makefile.system
|
||||||
|
|
||||||
|
ifdef HAVE_FMA3
|
||||||
|
CFLAGS += -mfma
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH), power)
|
ifeq ($(ARCH), power)
|
||||||
ifeq ($(C_COMPILER), CLANG)
|
ifeq ($(C_COMPILER), CLANG)
|
||||||
override CFLAGS += -fno-integrated-as
|
override CFLAGS += -fno-integrated-as
|
||||||
|
|
Loading…
Reference in New Issue