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: Thu, 28 Jun 2007 05:15:03
Message-Id: E1I3mLC-0000re-Th@stork.gentoo.org
1 nightmorph 07/06/28 05:14:50
2
3 Modified: gcc-optimization.xml
4 Log:
5 typo fix, thanks to dberkholz for spotting
6
7 Revision Changes Path
8 1.4 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.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.3&r2=1.4
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.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- gcc-optimization.xml 27 Jun 2007 21:45:19 -0000 1.3
21 +++ gcc-optimization.xml 28 Jun 2007 05:14:50 -0000 1.4
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.3 2007/06/27 21:45:19 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.4 2007/06/28 05:14:50 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -331,7 +331,7 @@
31 so does not interfere with debugging (such as x86-64), but you may need to
32 activate it yourself by adding it to your flags. Though the GNU <c>gcc</c>
33 manual does not specify all architectures it is turned on by using <c>-O</c>,
34 -you will need to explicity activate it on x86. However, using this flag will
35 +you will need to explicitly activate it on x86. However, using this flag will
36 make debugging hard to impossible.
37 </p>
38
39
40
41
42 --
43 gentoo-doc-cvs@g.o mailing list