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

Last change on this file since c14754c was c14754c, checked in by Jim Gifford <clfs@…>, 17 years ago

Added More Updates for MIPS

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[99fc891]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-cross-tools-uclibc" role="wrap">
9  <?dbhtml filename="uclibc.html"?>
10
11  <title>uClibc-&uclibc-version;</title>
12
13  <indexterm zone="ch-cross-tools-uclibc">
14    <primary sortas="a-uClibc">uClibc</primary>
15    <secondary>cross tools</secondary>
16  </indexterm>
17
[33bc2cb]18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19  href="../x86/uclibc.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
[99fc891]21
22  <sect2 role="installation">
23    <title>Installation of uClibc</title>
24
[33bc2cb]25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26  href="../x86/uclibc.xml"
27  xpointer="xpointer(//*[@os='a'])"/>
[99fc891]28
[33bc2cb]29<screen os="b"><userinput>cp extra/Configs/Config.in extra/Configs/Config.in.orig
30sed -e "s:default TARGET_i386:default TARGET_mips:" \
[c14754c]31   extra/Configs/Config.in.orig > extra/Configs/Config.in
32cp extra/Configs/Config.mips extra/Configs/Config.mips.orig
33sed -e "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \
34   extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen>
[99fc891]35
[33bc2cb]36  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37  href="../x86/uclibc.xml"
38  xpointer="xpointer(//*[@os='c'])"/>
[99fc891]39
[33bc2cb]40  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41  href="../x86/uclibc.xml"
42  xpointer="xpointer(//*[@os='d'])"/>
[99fc891]43
[33bc2cb]44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45  href="../x86/uclibc.xml"
46  xpointer="xpointer(//*[@os='e'])"/>
[99fc891]47
[33bc2cb]48  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49  href="../x86/uclibc.xml"
50  xpointer="xpointer(//*[@os='f'])"/>
[99fc891]51
[33bc2cb]52  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
53  href="../x86/uclibc.xml"
54  xpointer="xpointer(//*[@os='g'])"/>
[99fc891]55
[33bc2cb]56  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57  href="../x86/uclibc.xml"
58  xpointer="xpointer(//*[@os='h'])"/>
[99fc891]59
[33bc2cb]60  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61  href="../x86/uclibc.xml"
62  xpointer="xpointer(//*[@os='i'])"/>
[99fc891]63
[33bc2cb]64  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65  href="../x86/uclibc.xml"
66  xpointer="xpointer(//*[@os='j'])"/>
[99fc891]67
[33bc2cb]68  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69  href="../x86/uclibc.xml"
[0bd108d]70  xpointer="xpointer(//*[@os='k'])"/>
[99fc891]71
[33bc2cb]72  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73  href="../x86/uclibc.xml"
[0bd108d]74  xpointer="xpointer(//*[@os='l'])"/>
75
76<screen os="m"><userinput>make TARGET_ARCH=mips</userinput></screen>
[99fc891]77
[33bc2cb]78  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79  href="../x86/uclibc.xml"
80  xpointer="xpointer(//*[@os='n'])"/>
[99fc891]81
[33bc2cb]82  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83  href="../x86/uclibc.xml"
84  xpointer="xpointer(//*[@os='o'])"/>
[99fc891]85
[0bd108d]86  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
87  href="../x86/uclibc.xml"
88  xpointer="xpointer(//*[@os='p'])"/>
89
90  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
91  href="../x86/uclibc.xml"
92  xpointer="xpointer(//*[@os='q'])"/>
93
[99fc891]94  </sect2>
95
[33bc2cb]96  <sect2 role="content" id="contents-uclibc">
97    <title/>
98
99    <para>Details on this package are located in <xref
100    linkend="contents-uclibc" role="."/></para>
[99fc891]101
102  </sect2>
[33bc2cb]103
[99fc891]104</sect1>
[33bc2cb]105
Note: See TracBrowser for help on using the repository browser.