Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Instalcion Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
hcarpad
n00b
n00b


Joined: 22 Oct 2005
Posts: 14
Location: Chile

PostPosted: Sat Jun 17, 2006 11:11 pm    Post subject: Instalcion Gentoo Reply with quote

Tengo un Pentum D 2.8Mz Cual arquitectura elijo x86 , i686 , pentum 4 ??
Back to top
View user's profile Send private message
jmp_
Apprentice
Apprentice


Joined: 02 Oct 2005
Posts: 294
Location: BCN / Catalonia (Spain)

PostPosted: Sat Jun 17, 2006 11:39 pm    Post subject: Reply with quote

Hola,

La arquitectura viene a ser la misma que tengas puesta para el CHOST (i686 bla bla ?) luego, para el -march o -mtune será "pentium4", si tienes o quieres usar el soporte 64bits debes indicar "nocona".


Recomendado:
Code:

-O2 -march=pentium4 -pipe -fomit-frame-pointer
#son bastante moderadas, si además quieres usar SSE2 indica -msse2, si deseas aún más moderación
#quita el -fomit-frame-pointer.


Si tienes gcc >=4.1.0:
Code:

-O2 -march=pentium4 -pipe -fomit-frame-pointer -msse2 -fweb -ftree-vectorize -fstack-protector-all


Recomendado que pongas en make.conf
Code:

MAKEOPTS="-j3"   # si tienes N CPU's es N-1 el número, el HyperThreading también es importante.


Si deseas más optimización y/o además dispones de bastante RAM o un disco duro especialmente rápido te recomiendo indicar -O3 en lugar de -O2. Personalmente siempre uso -O3 en AMD y -O2 en Intel, puede ser una manía como otra cualquiera.

Detalles de interés:
http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html

De todas formas yo uso AMD64 así que seguro que otra gente te puede guiar todavía mejor, aunque he compilado una Gentoo en un Pentium D y de ahí mi experiencia para esa CPU. Puedes mirar también este enlace: http://gentoo-wiki.com/Safe_Cflags

saludos.


Last edited by jmp_ on Sun Jun 18, 2006 12:19 am; edited 1 time in total
Back to top
View user's profile Send private message
hcarpad
n00b
n00b


Joined: 22 Oct 2005
Posts: 14
Location: Chile

PostPosted: Sat Jun 17, 2006 11:57 pm    Post subject: Reply with quote

ok gracias :D :D
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Sun Jun 18, 2006 9:24 am    Post subject: Reply with quote

Para un pentium4 (en 32 bits) puedes usar tranquilamente:
Code:
-O2 -pipe -march=pentium4 -msse2 -mfpmath=sse -fomit-frame-pointer


Saludos
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum