You are not logged in.
Pages: 1
hi guys i have successfully compiled kernel on p3m 1.3Ghz with my custom .conf using traditional way but it had taken 1 hour 50 mins.
i also have p4 3Ghz HT with same version of arch. Can i compile kernel on p4 for my slow p3 if yes then how?
(i m familiar wid traditional way as i've compiled it on ubuntu. editing pkgbuild file confuses me)
Offline
Use the same flags as in /etc/makepkg.conf and it should work on any i686 comp.
CFLAGS="-march=i686 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe"
Offline
Pages: 1