This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix when -lssp is added by driver (PR middle-end/81400).


On 07/12/2017 07:38 AM, Martin Liška wrote:
> Hi.
> 
> Following patch adds -lspp when one uses -mstack-protector-guard=global.
> 
> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
> 
> Ready to be installed?
> 
> Martin
> 
> gcc/ChangeLog:
> 
> 2017-07-12  Martin Liska  <mliska@suse.cz>
> 
>     PR middle-end/81400
>     * gcc.c: Add -lssp when one uses -mstack-protector-guard=global.
Isn't the -m option target specific?  And doesn't that imply this change
should somehow be done in the target's specs?

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]