Skip to content

Commit

Permalink
kbuild: fix a few typos in top-level Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Smelkov <[email protected]>
Acked-by: Dmitry Gryazin <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
Kirill Smelkov authored and sravnborg committed Apr 11, 2009
1 parent c7bb349 commit fe8d0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit fe8d0a4

Please sign in to comment.