From: viro@ZenIV.linux.org.uk Date: Tue, 6 Sep 2005 01:02:22 +0000 (+0100) Subject: [PATCH] lost chunk of "uml: build cleanups" X-Git-Tag: accepted/tizen/common/20141203.182822~43530 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90dffc03ca8caa0ea047f11c81fe61cd86d80568;p=platform%2Fkernel%2Flinux-arm64.git [PATCH] lost chunk of "uml: build cleanups" A piece of the UML stubs patch got lost - it has Killed STUBS_CFLAGS - it's not needed and the only remaining use had been gratitious - it only polluted CFLAGS in description and does remove it in arch/um/Makefile-x86_64, but forgets to do the same in i386 counterpart. Lost chunk follows: Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/arch/um/Makefile-i386 b/arch/um/Makefile-i386 index a777e57..1ab431a 100644 --- a/arch/um/Makefile-i386 +++ b/arch/um/Makefile-i386 @@ -27,7 +27,7 @@ export LDFLAGS HOSTCFLAGS HOSTLDFLAGS UML_OBJCOPYFLAGS endif endif -CFLAGS += -U__$(SUBARCH)__ -U$(SUBARCH) $(STUB_CFLAGS) +CFLAGS += -U__$(SUBARCH)__ -U$(SUBARCH) ifneq ($(CONFIG_GPROF),y) ARCH_CFLAGS += -DUM_FASTCALL