1 |
neysx 06/01/25 09:16:29 |
2 |
|
3 |
Modified: xml/htdocs/doc/en distcc.xml |
4 |
Log: |
5 |
link to cross-compiling-distcc.xml |
6 |
|
7 |
Revision Changes Path |
8 |
1.32 +8 -24 xml/htdocs/doc/en/distcc.xml |
9 |
|
10 |
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo |
11 |
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo |
12 |
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo |
13 |
|
14 |
Index: distcc.xml |
15 |
=================================================================== |
16 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v |
17 |
retrieving revision 1.31 |
18 |
retrieving revision 1.32 |
19 |
diff -u -r1.31 -r1.32 |
20 |
--- distcc.xml 1 Jan 2006 11:51:43 -0000 1.31 |
21 |
+++ distcc.xml 25 Jan 2006 09:16:29 -0000 1.32 |
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/distcc.xml,v 1.31 2006/01/01 11:51:43 neysx Exp $ --> |
26 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.32 2006/01/25 09:16:29 neysx Exp $ --> |
27 |
|
28 |
<guide link="/doc/en/distcc.xml"> |
29 |
|
30 |
@@ -9,23 +9,18 @@ |
31 |
<author title="Author"> |
32 |
<mail link="lisa@g.o">Lisa Seelye</mail> |
33 |
</author> |
34 |
- |
35 |
<author title="Editor"> |
36 |
<mail link="vapier@g.o">Mike Frysinger</mail> |
37 |
</author> |
38 |
- |
39 |
<author title="Editor"> |
40 |
<mail link="erwin@g.o">Erwin</mail> |
41 |
</author> |
42 |
- |
43 |
<author title="Editor"> |
44 |
<mail link="swift@g.o">Sven Vermeulen</mail> |
45 |
</author> |
46 |
- |
47 |
<author title="Editor"> |
48 |
<mail link="pylon@g.o">Lars Weiler</mail> |
49 |
</author> |
50 |
- |
51 |
<author title="Reviewer"> |
52 |
<mail link="blubber@g.o">Tiemo Kieft</mail> |
53 |
</author> |
54 |
@@ -38,8 +33,8 @@ |
55 |
<!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
56 |
<license/> |
57 |
|
58 |
-<version>1.12</version> |
59 |
-<date>2005-07-01</date> |
60 |
+<version>1.13</version> |
61 |
+<date>2006-01-25</date> |
62 |
|
63 |
<chapter> |
64 |
<title>Introduction</title> |
65 |
@@ -232,25 +227,14 @@ |
66 |
<chapter> |
67 |
<title>Cross-Compiling</title> |
68 |
<section> |
69 |
-<title>A Note on Cross-Compiling</title> |
70 |
-<body> |
71 |
- |
72 |
-<p> |
73 |
-Cross-compiling is using one architecture to build programs for another |
74 |
-architecture. This can be as simple as using an Athlon (i686) to build a |
75 |
-program for a K6-2 (i586), or using a Sparc to build a program for a ppc. |
76 |
-</p> |
77 |
- |
78 |
-</body> |
79 |
-</section> |
80 |
-<section> |
81 |
-<title>An Introduction to Cross-Compiling</title> |
82 |
<body> |
83 |
|
84 |
<p> |
85 |
-If you want to give cross-compiling a try you can to follow <uri |
86 |
-link="http://dev.gentoo.org/~vapier/CROSS-COMPILE-HOWTO">The Cross Compile |
87 |
-HOWTO</uri>; Crossdev is deprecated. |
88 |
+Cross-compiling is using one architecture to build programs for another |
89 |
+architecture. This can be as simple as using an Athlon (i686) to build a |
90 |
+program for a K6-2 (i586), or using a Sparc to build a program for a ppc. This |
91 |
+is documented in our <uri link="/doc/en/cross-compiling-distcc.xml">DistCC |
92 |
+Cross-compiling Guide</uri>. |
93 |
</p> |
94 |
|
95 |
</body> |
96 |
|
97 |
|
98 |
|
99 |
-- |
100 |
gentoo-doc-cvs@g.o mailing list |