libcc_{s,eh}: build without SSP
As in the gnu/lib/libgcc Makefile:
libgcc is linked in last and thus cannot depend on ssp symbols coming from earlier libraries. Disable stack protection for this library.
Reviewed by: dim
Sponsored by: The FreeBSD Foundation