source: clfs-embedded/BOOK/cross-tools/mips/uclibc.xml@ 1e4d687

Last change on this file since 1e4d687 was 1e4d687, checked in by Andrew Bradford <bradfa@…>, 14 years ago

MIPS uClibc copy configs for ABI and ISA in book

Now have the user copy the uClibc config from clfs/ dir that's specific
to the MIPS level and ABI chosen. This ends up being 12 different config
files for MIPS because of combinations of:
ABI = o32, n32, and n64
MIPS level = 1 and 3
Endian = little and big

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<!-- MIPS uClibc -->
9
10<sect1 id="ch-cross-tools-uclibc" role="wrap">
11 <?dbhtml filename="uclibc.html"?>
12
13 <title>uClibc-&uclibc-version;</title>
14
15 <indexterm zone="ch-cross-tools-uclibc">
16 <primary sortas="a-uClibc">uClibc</primary>
17 <secondary>cross tools</secondary>
18 </indexterm>
19
20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../common/uclibc.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
23
24 <sect2 role="installation">
25 <title>Installation of uClibc</title>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="../common/uclibc.xml"
29 xpointer="xpointer(//*[@os='a'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../common/uclibc.xml"
33 xpointer="xpointer(//*[@os='b'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../common/uclibc.xml"
37 xpointer="xpointer(//*[@os='c'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="../common/uclibc.xml"
41 xpointer="xpointer(//*[@os='d'])"/>
42
43<screen os="e"><userinput>cp -v clfs/config.${CLFS_ARCH}.${CLFS_ENDIAN}.${CLFS_ABI}.${CLFS_MIPS_LEVEL} .config</userinput></screen>
44
45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46 href="../common/uclibc.xml"
47 xpointer="xpointer(//*[@os='d'])"/>
48
49 <para os="f">The config is a basic working system, but there are some
50 options that are architecture specifc that need to be set. The following
51 command will only bring up items that need a value that we did not
52 specify in our Generic config file:</para>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="../common/uclibc.xml"
56 xpointer="xpointer(//*[@os='g'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="../common/uclibc.xml"
60 xpointer="xpointer(//*[@os='h'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63 href="../common/uclibc.xml"
64 xpointer="xpointer(//*[@os='i'])"/>
65
66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67 href="../common/uclibc.xml"
68 xpointer="xpointer(//*[@os='l'])"/>
69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="../common/uclibc.xml"
72 xpointer="xpointer(//*[@os='j'])"/>
73
74 </sect2>
75
76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
77 href="../common/uclibc.xml"
78 xpointer="xpointer(//*[@role='content'])"/>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.