Gentoo Archives: gentoo-user-fr

From: Christophe PEREZ <christophe.perez@×××××××.com>
To: gentoo-user-fr@l.g.o
Subject: [gentoo-user-fr] Re: make.conf
Date: Wed, 06 Sep 2006 04:05:09
Message-Id: pan.2006.09.06.04.04.08.173003@novazur.fr
In Reply to: [gentoo-user-fr] make.conf by olinuxx
1 Le Wed, 06 Sep 2006 02:00:13 +0200, olinuxx a écrit :
2
3 > Le problème, c'est que le programme *info2flags* du paquet *genflags* me
4 > conseille "-march=pentium4" mais,
5 > http://gentoo-wiki.com/Safe_Cflags me conseille "-march=pentium-m".
6
7 Non seulement je n'y comprends rien et ne peux t'aider, mais quand je fais
8 moi même les tests sur mon serveur (sur lequel réside un problème très
9 spécial depuis plus d'un an), c'est encore pire :
10 # info2flags
11 CHOST="i686-pc-linux-gnu"
12 CFLAGS="-march=pentium2 -O3 -pipe"
13 CXXFLAGS="-march=pentium2 -O3 -pipe"
14
15 et :
16 # cat /proc/cpuinfo
17 processor : 0
18 vendor_id : GenuineIntel
19 cpu family : 15
20 model : 4
21 model name : Intel(R) Celeron(R) CPU 2.66GHz
22 stepping : 1
23 cpu MHz : 2667.945
24 cache size : 256 KB
25 fdiv_bug : no
26 hlt_bug : no
27 f00f_bug : no
28 coma_bug : no
29 fpu : yes
30 fpu_exception : yes
31 cpuid level : 5
32 wp : yes
33 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc up pni monitor ds_cpl cid xtpr
34 bogomips : 5336.90
35
36 me ferait pencher pour :
37 CHOST="i686-pc-linux-gnu"
38 CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
39 CXXFLAGS="${CFLAGS}"
40 selon :
41 http://gentoo-wiki.com/Safe_Cflags#Pentium_4_.28Prescott.29_.28Intel.29
42
43 Franchement, ça laisse perplexe tout ça, et quand on avait déjà un
44 doute, il devient un gouffre :-)
45
46 --
47 Christophe PEREZ
48 --
49 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] Re: make.conf olinuxx <humbert.olivier.1@××××.fr>
Re: [gentoo-user-fr] Re: make.conf Cedric Godin <cedric.godin@××××××.be>