On Fri, 7 Sep 2012, Magnus Granberg wrote:

>               * Makefile.in                           Add 
> -fno-stack-protector when 
>                 needed for espf.

Toplevel Makefile.in is a generated file.  You need to patch Makefile.def 
or Makefile.tpl and regenerate Makefile.in.

I'm surprised this passes bootstrap, since I wouldn't expect bootstrap to 
avoid -Wformat-security warnings, and all the previous patch submissions I 
recall to avoid such warnings have been incorrect (you can't just change 
error (msg) to error ("%s", msg) when the reason the code is written how 
it is is that no-argument formats such as %< and %> may appear in msg and 
need interpreting).

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to