Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143164
b: refs/heads/master
c: fe8d0a4
h: refs/heads/master
v: v3
  • Loading branch information
Kirill Smelkov authored and Sam Ravnborg committed Apr 11, 2009
1 parent f8f597a commit 30b2a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7bb349e7c25df1ae1bbb72675b9bb02e1d9c464
refs/heads/master: fe8d0a41081d6d0912386f3672ccc0bf1d675630
4 changes: 2 additions & 2 deletions trunk/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 30b2a48

Please sign in to comment.