Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: distcc.xml
Date: Fri, 09 May 2008 19:11:58
Message-Id: E1JuY0Z-0003dO-FQ@stork.gentoo.org
1 scen 08/05/09 19:11:55
2
3 Modified: distcc.xml
4 Log:
5 Version 1.21, revision 1.42 of EN CVS
6
7 Revision Changes Path
8 1.20 xml/htdocs/doc/it/distcc.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?r1=1.19&r2=1.20
13
14 Index: distcc.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- distcc.xml 12 Jan 2008 13:40:22 -0000 1.19
21 +++ distcc.xml 9 May 2008 19:11:55 -0000 1.20
22 @@ -1,6 +1,6 @@
23 <?xml version = '1.0' encoding = 'UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v 1.19 2008/01/12 13:40:22 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v 1.20 2008/05/09 19:11:55 scen Exp $ -->
27
28 <guide link="/doc/it/distcc.xml" lang="it">
29 <title>Documentazione Distcc per Gentoo</title>
30 @@ -44,8 +44,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.20</version>
35 -<date>2008-01-10</date>
36 +<version>1.21</version>
37 +<date>2008-04-07</date>
38
39 <chapter>
40 <title>Introduzione</title>
41 @@ -379,6 +379,22 @@
42
43 </body>
44 </section>
45 +<section>
46 +<title>-march=native</title>
47 +<body>
48 +
49 +<p>
50 +A partire da GCC 4.3.0, il compilatore supporta l'opzione <c>-march=native</c>
51 +che abilita l'autoidentificazione della CPU e delle relative ottimizzazioni che
52 +possono essere valide per il processore sul quale รจ in esecuzione GCC. Questo
53 +crea un problema con <c>distcc</c> in quanto permette di mescolare codici
54 +ottimizzati per processori differenti (come AMD Athlon e Intel Pentium).
55 +<e>Non</e> usare <c>-march=native</c> o <c>-mtune=native</c> nelle proprie
56 +<c>CFLAGS</c> o <c>CXXFLAGS</c> quando si sta compilando con <c>distcc</c>.
57 +</p>
58 +
59 +</body>
60 +</section>
61 </chapter>
62
63 <chapter>
64
65
66
67 --
68 gentoo-commits@l.g.o mailing list