Skip to content

Commit

Permalink
Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into…
Browse files Browse the repository at this point in the history
… x86/core
  • Loading branch information
Ingo Molnar committed Mar 20, 2009
4 parents c58603e + 71ff49d + 5f64135 + 65c2449 commit 7f00a24
Show file tree
Hide file tree
Showing 99 changed files with 1,391 additions and 13,285 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,9 @@ 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
KBUILD_CFLAGS += $(call cc-option,-fwrapv)

# Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
# But warn user when we do so
warn-assign = \
Expand Down
Loading

0 comments on commit 7f00a24

Please sign in to comment.