X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2FMakefile;h=ca40397017b98007a1504fb5761624bda030aeab;hb=3b5c6b834984b09b7b7fba6a97d3a2878a4a8e42;hp=01b97c19a8ba99da4a07db8194397b1611b265e6;hpb=f74d505b58d36ceeef10e459094f0eb760681165;p=linux-2.6-omap-h63xx.git diff --git a/arch/um/Makefile b/arch/um/Makefile index 01b97c19a8b..ca40397017b 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