Re: [U-Boot] [PATCH v2 3/6] config.mk: Check for -fstack-usage support

2012-02-13 Thread Mike Frysinger
On Monday 13 February 2012 18:02:03 Tom Rini wrote: > --- a/config.mk > +++ b/config.mk > > +# Report stack usage if supported > +CFLAGS_STACK := $(call cc-option,-fstack-usage,) not that it really matters, but you don't need the 2nd comma Acked-by: Mike Frysinger -mike signature.asc Descript

[U-Boot] [PATCH v2 3/6] config.mk: Check for -fstack-usage support

2012-02-13 Thread Tom Rini
Signed-off-by: Tom Rini --- Changes for v2: - Move check from arch/arm/config.mk to config.mk, reword summary Signed-off-by: Tom Rini --- config.mk |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/config.mk b/config.mk index 519bc1b..91c9e42 100644 --- a/config.mk