blob: b59125745ef4a8409e7c4f03c88c0fd5c7de8b96 [file] [log] [blame]
ifeq ($(CONFIG_X86_IAMCU),y)
KBUILD_CFLAGS += $(call cc-option,-msoft-float)
endif
KBUILD_CFLAGS += $(call cc-option,-march=pentium)
KBUILD_CXXFLAGS += $(call cc-option,-march=pentium)
KBUILD_AFLAGS += $(KBUILD_CFLAGS)