vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I'm trying to install gentoo from stage 1 and I'm wonder if I gone have a problem with ./bootstrap If I have file make.conf like this CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe -msse3" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j3" FEATURES="parallel=fetch" PORTAGE_ELOG_CLASSES="warn error log" PORTAGE_ELOG_SYSTEM="save" I got athlon64 x2 3600+ on am2 Regards Marcin |
| ||||
| Marcin wrote: > Hi > I'm trying to install gentoo from stage 1 and I'm wonder if I gone have a > problem with ./bootstrap If I have file make.conf like this > > CHOST="x86_64-pc-linux-gnu" > CFLAGS="-march=athlon64 -O2 -pipe -msse3" > CXXFLAGS="${CFLAGS}" > MAKEOPTS="-j3" > > FEATURES="parallel=fetch" > PORTAGE_ELOG_CLASSES="warn error log" > PORTAGE_ELOG_SYSTEM="save" > > > I got athlon64 x2 3600+ on am2 > > Regards > Marcin Well, a typo at least. Here they say what you can use:http://gentoo-wiki.com/Safe_Cflags#Athlon_64_.28AMD.29 CFLAGS="-march=k8 -O2 -pipe" should be more correct according to them. And the -j option should be the number of CPU's +1, so this implies you have 2, or a dual core. And parralel=fetch should be parallel-fetch. It might also be a good thing to emerge ccache, but then you need to add ccache to the features, and define a CCACHE_SIZE variable that you assign a value of a bunch of MB or GB like CCACHE_SIZE="2G" HTH, Wimmy -- Being owned by someone used to be called slavery. Now it's called commitment. |