Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56575
b: refs/heads/master
c: b465223
h: refs/heads/master
i:
  56573: eee81f1
  56571: 45974fb
  56567: 2626c1c
  56559: c15829b
  56543: dbfa825
  56511: 6169015
  56447: 52d50e9
  56319: 9c4eda5
v: v3
  • Loading branch information
Linus Torvalds committed May 18, 2007
1 parent 34c0d81 commit 195f9a7
Show file tree
Hide file tree
Showing 3 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: b42895d6fe66995ab101c15d9a59c78474dbf382
refs/heads/master: b46522394dde7341a5253658096f354b65cbd90d
2 changes: 1 addition & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ endif
include $(srctree)/arch/$(ARCH)/Makefile

ifdef CONFIG_FRAME_POINTER
CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
CFLAGS += -fno-omit-frame-pointer $(call cc-option,-fno-optimize-sibling-calls,)
else
CFLAGS += -fomit-frame-pointer
endif
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CHECKFLAGS += -D__i386__
CFLAGS += -pipe -msoft-float -mregparm=3 -freg-struct-return

# prevent gcc from keeping the stack 16 byte aligned
CFLAGS += -mpreferred-stack-boundary=4
CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)

# CPU-specific tuning. Anything which can be shared with UML should go here.
include $(srctree)/arch/i386/Makefile.cpu
Expand Down

0 comments on commit 195f9a7

Please sign in to comment.