Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel Core 2 Quad Q9550
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
sometimes
n00b
n00b


Joined: 25 Jun 2005
Posts: 52

PostPosted: Mon Aug 31, 2009 6:29 pm    Post subject: Intel Core 2 Quad Q9550 Reply with quote

Ciao a tutti...
Ho preso un computer nuovo e mi appresto a installarci su una bella gentoo!!!

Intel Core 2 Quad Q9550
4Gb di ram

Mi date qualche consiglio su come settare al meglio il make.conf?
cflags?

Grazie!!!
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Mon Aug 31, 2009 6:53 pm    Post subject: Reply with quote

Code:

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -msse4.1"
CXXFLAGS="${CFLAGS}"


"native" dovrebbe già esplicitare "msse4.1", ma non sono sicuro che vengano rilevate anche queste piccolezze quindi...
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
ciro64
Guru
Guru


Joined: 20 Jun 2009
Posts: 424

PostPosted: Mon Aug 31, 2009 7:08 pm    Post subject: Reply with quote

Ho un Q9450 quindi sempre core 'Yorkfield' e le ho impostate così:
Code:
 $ grep CFLAGS /etc/make.conf
CFLAGS="-march=core2 -msse4.1 -O2 -pipe"

Allora... le ho messe bene almeno queste :)
Back to top
View user's profile Send private message
sometimes
n00b
n00b


Joined: 25 Jun 2005
Posts: 52

PostPosted: Mon Aug 31, 2009 10:09 pm    Post subject: Reply with quote

quindi...
-march=native
o
-march=core2

c'è tanta differenza? (credo di no, però...)
Back to top
View user's profile Send private message
ciro64
Guru
Guru


Joined: 20 Jun 2009
Posts: 424

PostPosted: Mon Aug 31, 2009 10:22 pm    Post subject: Reply with quote

Se può interessare, avevo trovato questo link
Fossi in te seguirei l'esperto :)

Peso siano uguali, ma essendo newbie, potrei aver commesso una cattiva interpretazione..
Mal che vada saro io a dover fare un
Code:
# emerge -e world
:D

Ciao.
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Tue Sep 01, 2009 2:47 pm    Post subject: Reply with quote

Se vuoi da anche un occhio a https://forums.gentoo.org/viewtopic-t-779924-highlight-native+core2.html
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
ciro64
Guru
Guru


Joined: 20 Jun 2009
Posts: 424

PostPosted: Tue Sep 01, 2009 3:15 pm    Post subject: Reply with quote

Quindi, alla fine, sono io che devo modificare:
Code:
 LC_ALL=C gcc -Q --help=target  -march=native > march-native
ciro64@c2qyt ~ $ LC_ALL=C gcc -Q --help=target  -march=core2 > march-core2
ciro64@c2qyt ~ $ diff march-native march-core2
21c21
<   -mcx16                            [enabled]
---
>   -mcx16                            [disabled]
49c49
<   -msahf                            [enabled]
---
>   -msahf                            [disabled]
66c66
<   -mtune=                           core2
---
>   -mtune=                           
ciro64@c2qyt ~ $


Anche se non ho aperto io la discussione, voglio ringraziare Apetrini per queste preziosissime informazioni.

Chiedo scusa se, per caso, mi sono "intromesso" un po' troppo creando magari confusione :roll:

Un Saluto.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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