genkernel all:编译器不支持 fstack-protector

genkernel all:编译器不支持 fstack-protector

我从来没有安装过 Gentoo。 gcc 在 linux-4.9.16-gentoo 上有问题。

livecd / # genkerel all
...
Cannot use config_cc_stackprotector_regular: -fstack-protector not supported by compiler
make: *** [Makefile:1066: prepare-compiler-check] Error 1
Failed to compile "prepare" target...

livecd / # ls -l /usr/src/linux
... linux-4.9.16-gentoo
livecd / # gcc --version
gcc (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0

livecd / # cat /etc/portages/make.conf
...
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"
USE="bindlist -gnome -kde -minimal -qt4"

livecd / # gcc-config -l
[1] i686-pc-linux-gnu-5.4.0

我已经将 gcc 更改为 4.9.4 但没有取得任何成果。

这里https://www.gentoo.org/support/news-items/2014-06-15-gcc48_ssp.html GCC 4.8.3 默认为 -fstack-protector。怎么修?

答案1

这会起作用:

genkernel --menuconfig all

相关内容