Guest vchip Posted October 28, 2017 Report Share Posted October 28, 2017 Hello guys, I want to install funtoo on core i7 7th gen "kaby lake". What subarch should i use as stage3? generic64 or intel64-(haswell or other) Link to comment Share on other sites More sharing options...
1 piotraf Posted October 28, 2017 Report Share Posted October 28, 2017 Hi, Both will work. If you leave haswell you'll be fine. According to the below: https://en.wikichip.org/wiki/intel/microarchitectures/kaby_lake it should be: -march=skylake I always check the output with the compiler (you can check booting livecd sysrecuecd) gcc -march=native -E -v - </dev/null 2>&1 | grep cc1 or if you wish:[ CFLAGS ] put this in make.conf CFLAGS="-O2 -pipe -march=native" CXXFLAGS="${CFLAGS}" and rebuild world. It shouldn't take long. ;-) Link to comment Share on other sites More sharing options...
0 Guest vchip Posted October 29, 2017 Report Share Posted October 29, 2017 Thanks! I will do it now Link to comment Share on other sites More sharing options...
Question
Guest vchip
Hello guys,
I want to install funtoo on core i7 7th gen "kaby lake". What subarch should i use as stage3?
generic64 or intel64-(haswell or other)
Link to comment
Share on other sites
2 answers to this question
Recommended Posts