http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53240
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-04 22:04:52 UTC --- > The eglibc documentation on how to get a cross toolchain recommends disabling > SSP, but I need SSP! The first stage GCC should have ssp disabled. And then enabled for the second stage one. The reason is because libssp links against libc which you have not created yet.