My system was compiled with the following and I have had no problems arise yet:
Code: Select all
CFLAGS="-march=i686 -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-loop-opt -frerun-cse-after-loop -falign-functions=4"
Code: Select all
CFLAGS="-march=i686 -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-loop-opt -frerun-cse-after-loop -falign-functions=4"
You would gain some speed for sure by adding:pacman wrote:I have P2 300 Mhz 256 RAM and my CFLAGS are:
# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon optimized (but binaries
# will run on any x86 system)
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O3 -pipe"
CXXFLAGS="-mcpu=i686 -O3 -pipe"
My system is a little slow...do you thing your flags can make my system faster?
Code: Select all
-fomit-frame-pointer
Like that?AutoBot wrote:You would gain some speed for sure by adding:pacman wrote:I have P2 300 Mhz 256 RAM and my CFLAGS are:
# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon optimized (but binaries
# will run on any x86 system)
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O3 -pipe"
CXXFLAGS="-mcpu=i686 -O3 -pipe"
My system is a little slow...do you thing your flags can make my system faster?Code: Select all
-fomit-frame-pointer
As you said i have no clue of those flags so it seems to be:delta407 wrote:No, see, you don't put optimizations in your CHOST line...
This is correct pacman:pacman wrote:Now I'm really confused because of you
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-mcpu=i686 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O3 -pipe"
CXXFLAGS="-mcpu=i686 -O3 -pipe"
make my day :p
Code: Select all
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-mcpu=i686 -O3 -pipe -fomit-frame-pointer"
Code: Select all
emerge gentoolkit #only if you dont currently have it
qpkg -nc -I | sort | uniq | NOCOLOR=true xargs emerge 2>&1 >qpkg-make.logCode: Select all
emerge gentoolkit #only if you dont currently have it
qpkg -nc -I | sort | uniq | NOCOLOR=true xargs emerge 2>&1 >qpkg-make.log
Code: Select all
time emerge -e world
#let me know how it goes :D
AutoBot wrote:If you have KDE installed (I know you do), well over 24hours judging by your processor.
Code: Select all
time emerge -e world #let me know how it goes :D
Code: Select all
I entered "emerge -e world" without the "p" flag and it already started to grab source from net :-)
# time emerge -pe world
These are the packages that I would merge, in order.
Calculating world dependencies ...done!
[ebuild N ] sys-apps/cronbase-0.01 to /
[ebuild N ] sys-apps/groff-1.17.2-r1 to /
...
... to long...
...
[ebuild N ] dev-util/cscope-15.3 to /
[ebuild N ] app-editors/vim-6.1-r7 to /
real 0m30.437s
user 0m11.241s
sys 0m0.154s