Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: handbook-arm.xml hb-install-arm-medium.xml hb-install-stage.xml
Date: Mon, 19 Jul 2010 05:59:29
Message-Id: 20100719055923.960B92CE14@corvid.gentoo.org
1 nightmorph 10/07/19 05:59:23
2
3 Modified: handbook-arm.xml hb-install-arm-medium.xml
4 hb-install-stage.xml
5 Log:
6 update the ARM handbook for autobuilds. fixes bug 292726, and probably some others.
7
8 Revision Changes Path
9 1.73 xml/htdocs/doc/en/handbook/handbook-arm.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml?rev=1.73&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml?rev=1.73&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml?r1=1.72&r2=1.73
14
15 Index: handbook-arm.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml,v
18 retrieving revision 1.72
19 retrieving revision 1.73
20 diff -u -r1.72 -r1.73
21 --- handbook-arm.xml 13 Jul 2010 20:38:32 -0000 1.72
22 +++ handbook-arm.xml 19 Jul 2010 05:59:23 -0000 1.73
23 @@ -1,7 +1,7 @@
24 <?xml version='1.0' encoding='UTF-8'?>
25 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml,v 1.72 2010/07/13 20:38:32 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml,v 1.73 2010/07/19 05:59:23 nightmorph Exp $ -->
29
30 <book>
31 <title>Gentoo Linux ARM Handbook</title>
32 @@ -9,8 +9,12 @@
33 <values>
34 <key id="arch">arm</key>
35 <key id="/boot">/dev/sda1</key>
36 - <key id="kernel-version">2.6.17-r5</key>
37 - <key id="kernel-name">kernel-2.6.17-gentoo-r5</key>
38 + <key id="kernel-version">2.6.32-r7</key>
39 + <key id="kernel-name">kernel-2.6.32-gentoo-r7</key>
40 + <key id="profile">default/linux/arm/10.0</key>
41 + <key id="release-dir">releases/x86/arm/</key>
42 + <key id="stage3">stage3-armv&lt;version&gt;-&lt;release&gt;.tar.bz2</key>
43 + <key id="CFLAGS">-Os -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -pipe</key>
44 </values>
45
46 <author title="Author">
47 @@ -134,8 +138,8 @@
48 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
49 <license/>
50
51 -<version>9.2</version>
52 -<date>2010-07-13</date>
53 +<version>10.0</version>
54 +<date>2010-07-18</date>
55
56 <part>
57 <title>Installing Gentoo</title>
58
59
60
61 1.10 xml/htdocs/doc/en/handbook/hb-install-arm-medium.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-medium.xml?rev=1.10&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-medium.xml?rev=1.10&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-medium.xml?r1=1.9&r2=1.10
66
67 Index: hb-install-arm-medium.xml
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-medium.xml,v
70 retrieving revision 1.9
71 retrieving revision 1.10
72 diff -u -r1.9 -r1.10
73 --- hb-install-arm-medium.xml 1 Apr 2008 08:53:46 -0000 1.9
74 +++ hb-install-arm-medium.xml 19 Jul 2010 05:59:23 -0000 1.10
75 @@ -4,7 +4,7 @@
76 <!-- The content of this document is licensed under the CC-BY-SA license -->
77 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
78
79 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-medium.xml,v 1.9 2008/04/01 08:53:46 nightmorph Exp $ -->
80 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-medium.xml,v 1.10 2010/07/19 05:59:23 nightmorph Exp $ -->
81
82 <sections>
83
84 @@ -67,9 +67,10 @@
85 <body>
86
87 <p>
88 -So far we only support the classic ARM ABI, sometimes referred to as the Legacy
89 -or Old ABI. Newer technologies such as Thumb and EABI have not been tested, but
90 -in theory they should work. Feel free to help :).
91 +We support the new ARM EABI as well as the classic ARM ABI, sometimes referred
92 +to as the Legacy or Old ABI (which is required for some old ARM chips like
93 +armv4l). Thumb may not be as well tested, but in theory it should work. Feel
94 +free to help out.
95 </p>
96
97 <p>
98
99
100
101 1.121 xml/htdocs/doc/en/handbook/hb-install-stage.xml
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.121&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.121&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.120&r2=1.121
106
107 Index: hb-install-stage.xml
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
110 retrieving revision 1.120
111 retrieving revision 1.121
112 diff -u -r1.120 -r1.121
113 --- hb-install-stage.xml 13 Jul 2010 00:53:51 -0000 1.120
114 +++ hb-install-stage.xml 19 Jul 2010 05:59:23 -0000 1.121
115 @@ -4,7 +4,7 @@
116 <!-- The content of this document is licensed under the CC-BY-SA license -->
117 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
118
119 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.120 2010/07/13 00:53:51 nightmorph Exp $ -->
120 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.121 2010/07/19 05:59:23 nightmorph Exp $ -->
121
122 <sections>
123
124 @@ -13,8 +13,8 @@
125 describe how you extract the stage3 archive and configure Portage.
126 </abstract>
127
128 -<version>10.3</version>
129 -<date>2010-07-12</date>
130 +<version>10.4</version>
131 +<date>2010-07-18</date>
132
133 <section>
134 <title>Installing a Stage Tarball</title>
135 @@ -424,7 +424,7 @@
136 you unpacked should be good enough. The following example is just an example:
137 </p>
138
139 -<pre test="not(func:keyval('arch')='AMD64')" caption="Defining the CFLAGS and CXXFLAGS variable">
140 +<pre test="not(contains('AMD64 arm', func:keyval('arch')))" caption="Defining the CFLAGS and CXXFLAGS variable">
141 CFLAGS="<keyval id="CFLAGS"/>"
142 <comment># Use the same settings for both variables</comment>
143 CXXFLAGS="${CFLAGS}"
144 @@ -436,6 +436,12 @@
145 CXXFLAGS="${CFLAGS}"
146 </pre>
147
148 +<pre test="func:keyval('arch')='arm'" caption="Defining the CFLAGS and CXXFLAGS variable">
149 +CFLAGS="<keyval id="CFLAGS"/> <comment># Be sure to change -march to match your CPU type</comment>
150 +<comment># Use the same settings for both variables</comment>
151 +CXXFLAGS="${CFLAGS}"
152 +</pre>
153 +
154 <note>
155 You may also want to view the <uri
156 link="/doc/en/gcc-optimization.xml">Compilation Optimization Guide</uri> for