Nowe posty

Autor Wątek: gento - dziwne coś?!  (Przeczytany 6913 razy)

Małolat

  • Gość
gento - dziwne coś?!
« Odpowiedź #15 dnia: 2005-08-03, 22:53:37 »
>  > W make.conf możesz dać -march=pentium2, w CFLAGS i CXXFLAGS -pipe i -s. No i wywal z
 > CXXFLAGS -fomit-frame-pointer.
 > Pozdro


# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium2 -pipe -s"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
GENTOO_MIRRORS="http://src.gentoo.pl http://gentoo.prz.rzeszow.pl http://gentoo.zie.pg.gda.pl"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="-gnome gtk qt kde dvd alsa cdr cups java matrox mmx mp3 mozilla mpeg msql mysql mysqli php png samba svga vcd win32codecs xmms xv x apache2 divix4linux"

Tak jest dobrze? Pozdro

  • Gość
gento - dziwne coś?!
« Odpowiedź #16 dnia: 2005-08-04, 07:05:54 »
2005-08-03 22:53:37 Małolat napisał:

>  >  > W make.conf możesz dać -march=pentium2, w CFLAGS i CXXFLAGS -pipe i -s. No i wywal
 > z
 >  > CXXFLAGS -fomit-frame-pointer.
 >  > Pozdro
 >
 >
 > # These settings were set by the catalyst build script that automatically built this stage
 > # Please consult /etc/make.conf.example for a more detailed example
 > CFLAGS="-O2 -march=pentium2 -pipe -s"
 > CHOST="i686-pc-linux-gnu"
 > CXXFLAGS="${CFLAGS}"
 > MAKEOPTS="-j3"
 > GENTOO_MIRRORS="http://src.gentoo.pl http://gentoo.prz.rzeszow.pl
 > http://gentoo.zie.pg.gda.pl"
 > SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
 > USE="-gnome gtk qt kde dvd alsa cdr cups java matrox mmx mp3 mozilla mpeg msql mysql
 > mysqli php png samba svga vcd win32codecs xmms xv x apache2 divix4linux"
 >
 > Tak jest dobrze? Pozdro

 > Prawie :)
 > Zrób tak
CFLAGS="-O2 -march=pentium2 -pipe -s -fomit-frame-pointer"
CXXFLAGS="-O2 -march=pentium2 -pipe -s"
 > Jeśli jeszcze tego nie czytałeś to polecam: http://lubuska.zapto.org/%7Ehoppke/too_much_to_learn/kompilat.html
 Pozdro