New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/issues/28103#issuecomment-765676000 Comment: okay, that should be updated now (will take a while to propagate since builders are still busy) maybe we should just build libssp in all crosstoolchains, it'd make more sense perhaps... i mean you can just have libssp be installed through a makedepend, but considering it's a hard dependency of gcc package itself (and therefore always present in masterdir), it doesn't make much sense not to provide it through the crosstoolchain (things will generally not makedepend on libssp, though in practice nothing should really run into it, since glibc provides it builtin - on musl it's needed because we internally link to libssp_nonshared) it's something to think about for next gcc update, right now it's not pressing at all, since it will practically never be a problem