Re: [U-Boot] [PATCH v2] config.mk: disable -fstack-usage for blackfin and m68k

2013-10-15 Thread Masahiro Yamada
Hello. After I posted v2, I changed my mind. Adding a new script to test -fstack-usage support seems smarter, I think. I posted version 3 config.mk: fix -fstack-usage support test > Please keep the commit message to a (short) description of the patch, > and move the rationale to a comment below

Re: [U-Boot] [PATCH v2] config.mk: disable -fstack-usage for blackfin and m68k

2013-10-15 Thread Albert ARIBAUD
Hi Masahiro, On Tue, 15 Oct 2013 17:24:17 +0900, Masahiro Yamada wrote: > Currently gcc does not seem to support -fstack-usage option > for some targets, such as blackfin and m68k. > > If -fstack-usage option is given for those targets, > gcc displays a warning message as follows: > > warn

[U-Boot] [PATCH v2] config.mk: disable -fstack-usage for blackfin and m68k

2013-10-15 Thread Masahiro Yamada
Currently gcc does not seem to support -fstack-usage option for some targets, such as blackfin and m68k. If -fstack-usage option is given for those targets, gcc displays a warning message as follows: warning: -fstack-usage not supported for this target [enabled by default] But it still exits