Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96114
b: refs/heads/master
c: c0a1811
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed May 7, 2008
1 parent 74a9efa commit 48c97b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: db176c6ed8974fae94328ad5ac9e70b094ff22fd
refs/heads/master: c0a18111e571138747a98af18b3a2124df56a0d1
5 changes: 1 addition & 4 deletions trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ include $(srctree)/$(ARCH_DIR)/Makefile-os-$(OS)
KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
-Dmktime=kernel_mktime $(ARCH_KERNEL_DEFINES))
KBUILD_CFLAGS += $(KERNEL_DEFINES)
# Disable unit-at-a-time mode on pre-gcc-4.0 compilers, it makes gcc use
# a lot more stack due to the lack of sharing of stacklots:
KBUILD_CFLAGS += $(shell if [ $(call cc-version) -lt 0400 ] ; then \
echo $(call cc-option,-fno-unit-at-a-time); fi ;)
KBUILD_CFLAGS += $(call cc-option,-fno-unit-at-a-time,)

PHONY += linux

Expand Down

0 comments on commit 48c97b1

Please sign in to comment.