X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2FMakefile;h=ca40397017b98007a1504fb5761624bda030aeab;hb=48c906823f3927b981db9f0b03c2e2499977ee93;hp=01b97c19a8ba99da4a07db8194397b1611b265e6;hpb=108c1961847df2a875047c0fd27b419cb817d213;p=linux-2.6 diff --git a/arch/um/Makefile b/arch/um/Makefile index 01b97c19a8..ca40397017 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -77,10 +77,6 @@ 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 ;) PHONY += linux