On Wed, Sep 12, 2012 at 09:59:30AM +0200, Marek Vasut wrote:
> Dear Mike Frysinger,
>
> > On Tue, Sep 11, 2012 at 3:08 PM, Marek Vasut wrote:
> > > The GCC does not support this on blackfin, disable it.
> >
> > err, no, you're probably using gcc-4.5.x which didn't support
> > -fstack-usage. that
Dear Mike Frysinger,
> On Tue, Sep 11, 2012 at 3:08 PM, Marek Vasut wrote:
> > The GCC does not support this on blackfin, disable it.
>
> err, no, you're probably using gcc-4.5.x which didn't support
> -fstack-usage. that is not specific to Blackfin as gcc didn't add it
> until 4.6.x.
I actuall
On Tue, Sep 11, 2012 at 3:08 PM, Marek Vasut wrote:
> The GCC does not support this on blackfin, disable it.
err, no, you're probably using gcc-4.5.x which didn't support
-fstack-usage. that is not specific to Blackfin as gcc didn't add it
until 4.6.x.
why doesn't the cc-option check work ?
-mik
The GCC does not support this on blackfin, disable it.
Signed-off-by: Marek Vasut
Cc: Mike Frysinger
---
config.mk |2 ++
1 file changed, 2 insertions(+)
diff --git a/config.mk b/config.mk
index c3822a2..d39355f 100644
--- a/config.mk
+++ b/config.mk
@@ -245,8 +245,10 @@ CFLAGS_WARN := $(c
4 matches
Mail list logo