add ssp suppression to some arch-override files that may need it
authorRich Felker <dalias@aerifal.cx>
Tue, 26 Jan 2016 01:06:31 +0000 (20:06 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 26 Jan 2016 01:06:31 +0000 (20:06 -0500)
commitf9b8df464da02005a1f3296ad5c16582065befbf
tree6bfc3be960f914afc9f44f68631453c6358b1fc8
parent1619127c11a5ab5d499d4b8a9b76af74f3132400
add ssp suppression to some arch-override files that may need it

these were not covered by the parent-level rules with the new build
system. in the old build system, the equivalent files were often in
arch/$(ARCH)/src and likewise lacked the suppression. this could lead
to early crashing (before thread pointer init) when libc itself was
built with stack protector enabled.
Makefile