On Mon, 9 Jun 2014 21:46:56 -0600 Ryan Hill <rh...@gentoo.org> wrote:
> Yes. But now you've got me worried. We have to build gcc itself with > -fno-stack-protector. Does compiling something with that flag give > an error on hppa? Maybe give 4.8.2-r1 a whirl. Setting -fstack-protector on HPPA does this: warning: -fstack-protector not supported for this target [enabled by default] Setting -fno-stack-protector on HPPA causes no problems and is completely silent. jer