znavko
znavko

Reputation: 1

Searching GCC version with workable stack protector SSP

Using genkernel all (on Gentoo) and gcc-5.4.0 get the error:

-fstack-protector not supported by compiler

I know starting from 4.8.3 gcc supports SSP.

But I have this bug compiling Gentoo kernel. Which gcc version you'll advise?

Upvotes: 0

Views: 189

Answers (1)

IT professional
IT professional

Reputation: 31

This will work:

genkernel --menuconfig all

Upvotes: 0

Related Questions