Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173086
b: refs/heads/master
c: b8b7d79
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Nov 28, 2009
1 parent c63b5c5 commit 6d16637
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 746357d6a526d6da9d89a2ec645b28406e959c2e
refs/heads/master: b8b7d791a8ff01d2380089279a69afa99115fb23
5 changes: 3 additions & 2 deletions trunk/arch/x86/Makefile_32.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
# Work around the pentium-mmx code generator madness of gcc4.4.x which
# does stack alignment by generating horrible code _before_ the mcount
# prologue (push %ebp, mov %esp, %ebp) which breaks the function graph
# tracer assumptions
cflags-$(CONFIG_FUNCTION_GRAPH_TRACER) += $(call cc-option,-mtune=generic)
# tracer assumptions. For i686, generic, core2 this is set by the
# compiler anyway
cflags-$(CONFIG_FUNCTION_GRAPH_TRACER) += $(call cc-option,-maccumulate-outgoing-args)

# Bug fix for binutils: this option is required in order to keep
# binutils from generating NOPL instructions against our will.
Expand Down

0 comments on commit 6d16637

Please sign in to comment.