提交 d3f67fbb 编写于 作者: P Paul Mackerras

powerpc: Add -mno-altivec for ARCH=powerpc builds

Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 ffa27b6b
......@@ -93,6 +93,9 @@ else
endif
endif
# No AltiVec instruction when building kernel
CFLAGS += $(call cc-option,-mno-altivec)
# Enable unit-at-a-time mode when possible. It shrinks the
# kernel considerably.
CFLAGS += $(call cc-option,-funit-at-a-time)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册