Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-optimization.xml
Date: Tue, 22 Jul 2008 05:56:08
Message-Id: E1KLAqz-0000oU-BD@stork.gentoo.org
1 nightmorph 08/07/22 05:56:05
2
3 Modified: gcc-optimization.xml
4 Log:
5 update LDFLAGS info
6
7 Revision Changes Path
8 1.14 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.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.13&r2=1.14
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.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- gcc-optimization.xml 10 Nov 2007 01:18:14 -0000 1.13
21 +++ gcc-optimization.xml 22 Jul 2008 05:56:05 -0000 1.14
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/en/gcc-optimization.xml,v 1.13 2007/11/10 01:18:14 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.14 2008/07/22 05:56:05 nightmorph Exp $ -->
27
28 <guide link="/doc/en/gcc-optimization.xml">
29 <title>Compilation Optimization Guide</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.8</version>
35 -<date>2007-11-09</date>
36 +<version>1.9</version>
37 +<date>2008-07-21</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -549,12 +549,8 @@
42 <body>
43
44 <p>
45 -You probably shouldn't set them. You may have heard that they can speed up
46 -application load times or reduce binary size, but they can also make your
47 -applications stop working entirely. They are not officially supported, and you
48 -may have your bugs closed and marked INVALID if you report errors with packages
49 -while using LDFLAGS. At the very least you will have to recompile all affected
50 -packages without setting LDFLAGS.
51 +The Gentoo developers have already set basic, safe LDFLAGS in the base profiles,
52 +so you don't need to change them.
53 </p>
54
55 </body>