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 <mli...@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