Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27115
b: refs/heads/master
c: fec468b
h: refs/heads/master
i:
  27113: e30b1d1
  27111: 6e8b1f6
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 5, 2006
1 parent 99b68c5 commit 47406a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8719c31a30a4a1054d99fbd51a88c2f6444392a
refs/heads/master: fec468b0c9e0a75b89514408e3b35b1576b57071
4 changes: 4 additions & 0 deletions trunk/arch/um/Makefile-i386
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ include $(srctree)/arch/i386/Makefile.cpu
# prevent gcc from keeping the stack 16 byte aligned. Taken from i386.
cflags-y += $(call cc-option,-mpreferred-stack-boundary=2)

# Prevent sprintf in nfsd from being converted to strcpy and resulting in
# an unresolved reference.
cflags-y += -ffreestanding

CFLAGS += $(cflags-y)
USER_CFLAGS += $(cflags-y)

0 comments on commit 47406a2

Please sign in to comment.