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: Sun, 01 Jul 2007 21:02:27
Message-Id: E1I56Yg-0006db-GG@stork.gentoo.org
1 nightmorph 07/07/01 21:02:14
2
3 Modified: gcc-optimization.xml
4 Log:
5 slightly revised the bit on ldflags support according to a comment hanno and some others made on irc, and the new filename still sucks by the way
6
7 Revision Changes Path
8 1.5 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.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.4&r2=1.5
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.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- gcc-optimization.xml 28 Jun 2007 05:14:50 -0000 1.4
21 +++ gcc-optimization.xml 1 Jul 2007 21:02:14 -0000 1.5
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.4 2007/06/28 05:14:50 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.5 2007/07/01 21:02:14 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.1</version>
35 -<date>2007-06-27</date>
36 +<version>1.2</version>
37 +<date>2007-07-01</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -539,10 +539,10 @@
42 <p>
43 Don't use them. You may have heard that they can speed up application load times
44 or reduce binary size, but in reality, LDFLAGS are more likely to make your
45 -applications stop working. They are not supported, and you can expect to have
46 -your bugs closed and marked INVALID if you report errors with packages while
47 -using LDFLAGS. At the very least you will have to recompile all affected
48 -packages without setting LDFLAGS.
49 +applications stop working. They are not supported, and you may have your bugs
50 +closed and marked INVALID if you report errors with packages while using
51 +LDFLAGS. At the very least you will have to recompile all affected packages
52 +without setting LDFLAGS.
53 </p>
54
55 </body>
56
57
58
59 --
60 gentoo-doc-cvs@g.o mailing list