提交 fe8d0a41 编写于 作者: K Kirill Smelkov 提交者: Sam Ravnborg

kbuild: fix a few typos in top-level Makefile

Signed-off-by: NKirill Smelkov <kirr@mns.spb.ru>
Acked-by: NDmitry Gryazin <gdu@mns.spb.ru>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 c7bb349e
......@@ -567,7 +567,7 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
# disable pointer signed / unsigned warnings in gcc 4.0
KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
# disable invalid "can't wrap" optimzations for signed / pointers
# disable invalid "can't wrap" optimizations for signed / pointers
KBUILD_CFLAGS += $(call cc-option,-fwrapv)
# revert to pre-gcc-4.4 behaviour of .eh_frame
......@@ -1587,5 +1587,5 @@ PHONY += FORCE
FORCE:
# Declare the contents of the .PHONY variable as phony. We keep that
# information in a variable se we can use it in if_changed and friends.
# information in a variable so we can use it in if_changed and friends.
.PHONY: $(PHONY)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册