1 |
nightmorph 08/01/18 23:37:28 |
2 |
|
3 |
Modified: gentoo-ppc-faq.xml |
4 |
Log: |
5 |
added links to the distcc-crosscompiling guide and the embedded handbook, bug 206598 |
6 |
|
7 |
Revision Changes Path |
8 |
1.66 xml/htdocs/doc/en/gentoo-ppc-faq.xml |
9 |
|
10 |
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.66&view=markup |
11 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.66&content-type=text/plain |
12 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.65&r2=1.66 |
13 |
|
14 |
Index: gentoo-ppc-faq.xml |
15 |
=================================================================== |
16 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v |
17 |
retrieving revision 1.65 |
18 |
retrieving revision 1.66 |
19 |
diff -u -r1.65 -r1.66 |
20 |
--- gentoo-ppc-faq.xml 18 Jan 2008 23:32:50 -0000 1.65 |
21 |
+++ gentoo-ppc-faq.xml 18 Jan 2008 23:37:28 -0000 1.66 |
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/gentoo-ppc-faq.xml,v 1.65 2008/01/18 23:32:50 nightmorph Exp $ --> |
26 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.66 2008/01/18 23:37:28 nightmorph Exp $ --> |
27 |
|
28 |
<guide link="/doc/en/gentoo-ppc-faq.xml"> |
29 |
<title>Gentoo Linux/PowerPC Frequently Asked Questions</title> |
30 |
@@ -27,8 +27,8 @@ |
31 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
32 |
<license/> |
33 |
|
34 |
-<version>1.37</version> |
35 |
-<date>2008-01-16</date> |
36 |
+<version>1.38</version> |
37 |
+<date>2008-01-18</date> |
38 |
|
39 |
<faqindex> |
40 |
<title>Questions</title> |
41 |
@@ -1184,11 +1184,13 @@ |
42 |
<body> |
43 |
|
44 |
<p> |
45 |
-If you've got another faster computer, you can set up distcc to compile |
46 |
-binaries for your slower ppc processor. It's better to do as much building as |
47 |
-possible on the faster machine, if possible, don't even build on the slower |
48 |
-computer. With that said, here's a link to get you started: |
49 |
-<uri>http://dev.gentoo.org/~vapier/CROSS-COMPILE-HOWTO</uri> |
50 |
+If you've got another faster computer, you can set up distcc to compile binaries |
51 |
+for your slower ppc processor. It's better to do as much building as possible on |
52 |
+the faster machine; if possible, don't even build on the slower computer. Read |
53 |
+the <uri link="/doc/en/cross-compiling-distcc.xml">DistCC Cross-compiling |
54 |
+Guide</uri> to learn how. You may also want to read the <uri |
55 |
+link="/proj/en/base/embedded/handbook/">Gentoo Embedded Handbook</uri> to learn |
56 |
+more about cross-compiling. |
57 |
</p> |
58 |
|
59 |
</body> |
60 |
|
61 |
|
62 |
|
63 |
-- |
64 |
gentoo-doc-cvs@l.g.o mailing list |