Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-optimization.xml
Date: Sat, 13 Oct 2007 15:04:17
Message-Id: E1IgiNP-0003V6-TB@stork.gentoo.org
1 nightmorph 07/10/13 14:54:03
2
3 Modified: gcc-optimization.xml
4 Log:
5 typo fix; should have been mcpu that is deprecated. not sure how i missed this. use mtune and march on x86 and x86-64, not mcpu.
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/en/gcc-optimization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.9&r2=1.10
13
14 Index: gcc-optimization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- gcc-optimization.xml 13 Aug 2007 00:57:57 -0000 1.9
21 +++ gcc-optimization.xml 13 Oct 2007 14:54:03 -0000 1.10
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.9 2007/08/13 00:57:57 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.10 2007/10/13 14:54:03 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -222,7 +222,7 @@
31 you need to generate code for older CPUs such as i386 and i486. <c>-mtune</c>
32 produces more generic code than <c>-march</c>; though it will tune code for a
33 certain CPU, it doesn't take into account available instruction sets and ABI.
34 -Don't use <c>-mtune</c> on x86 or x86-64 systems, as it is deprecated for those
35 +Don't use <c>-mcpu</c> on x86 or x86-64 systems, as it is deprecated for those
36 arches.
37 </p>
38
39
40
41
42 --
43 gentoo-doc-cvs@g.o mailing list