2005-09-06 01:02:25

by Al Viro

[permalink] [raw]
Subject: [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 <[email protected]>
----
diff -urN RC13-git5-uml-user/arch/um/Makefile-i386 RC13-git5-stubs/arch/um/Makefile-i386
--- RC13-git5-uml-user/arch/um/Makefile-i386 2005-08-28 23:09:40.000000000 -0400
+++ RC13-git5-stubs/arch/um/Makefile-i386 2005-09-05 16:40:46.000000000 -0400
@@ -27,7 +27,7 @@
endif
endif

-CFLAGS += -U__$(SUBARCH)__ -U$(SUBARCH) $(STUB_CFLAGS)
+CFLAGS += -U__$(SUBARCH)__ -U$(SUBARCH)

ifneq ($(CONFIG_GPROF),y)
ARCH_CFLAGS += -DUM_FASTCALL


2005-09-07 16:30:07

by Jeff Dike

[permalink] [raw]
Subject: Re: [PATCH] lost chunk of "uml: build cleanups"

On Tue, Sep 06, 2005 at 02:02:22AM +0100, [email protected] wrote:
> 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 <[email protected]>

Acked-by: Jeff Dike <[email protected]>