source: clfs-embedded/BOOK/cross-tools/x86/uclibc-headers.xml @ 9a5d588

Last change on this file since 9a5d588 was 9a5d588, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Added a missing make to the beginning of the install_dev command in uclibc-headers.

  • Property mode set to 100644
File size: 3.0 KB
Line 
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-headers" role="wrap">
9  <?dbhtml filename="uclibc-headers.html"?>
10
11  <title>uClibc-&uclibc-version; Headers</title>
12
13  <indexterm zone="ch-cross-tools-uclibc-headers">
14    <primary sortas="a-uClibc">uClibc</primary>
15    <secondary>cross tools, headers</secondary>
16  </indexterm>
17
18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19  href="uclibc.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of uClibc Headers</title>
24
25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26  href="uclibc.xml"
27  xpointer="xpointer(//*[@os='c'])"/>
28
29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30  href="uclibc.xml"
31  xpointer="xpointer(//*[@os='d'])"/>
32
33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34  href="uclibc.xml"
35  xpointer="xpointer(//*[@os='e'])"/>
36
37  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38  href="uclibc.xml"
39  xpointer="xpointer(//*[@os='f'])"/>
40
41  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42  href="uclibc.xml"
43  xpointer="xpointer(//*[@os='g'])"/>
44
45  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46  href="uclibc.xml"
47  xpointer="xpointer(//*[@os='h'])"/>
48
49<screen os="i"><userinput>cp .config .config.orig
50sed -e "/^KERNEL_SOURCE/s:=.*:=\"${CLFS}/usr\":" \
51    -e "/^SHARED_LIB_LOADER_PREFIX/s:=.*:=\"/lib\":" \
52    -e "/^DEVEL_PREFIX/s:=.*:=\"/usr\":" \
53    -e "/^RUNTIME_PREFIX/s:=.*:=\"/\":" \
54    .config.orig > .config</userinput></screen>
55
56  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57  href="uclibc.xml"
58  xpointer="xpointer(//*[@os='j'])"/>
59
60  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61  href="uclibc.xml"
62  xpointer="xpointer(//*[@os='k'])"/>
63
64  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65  href="uclibc.xml"
66  xpointer="xpointer(//*[@os='l'])"/>
67
68  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69  href="uclibc.xml"
70  xpointer="xpointer(//*[@os='m'])"/>
71
72  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73  href="uclibc.xml"
74  xpointer="xpointer(//*[@os='n'])"/>
75
76<screen os="o"><userinput>make TARGET_ARCH=i386 headers</userinput></screen>
77
78  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79  href="uclibc.xml"
80  xpointer="xpointer(//*[@os='p'])"/>
81
82  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83  href="uclibc.xml"
84  xpointer="xpointer(//*[@os='q'])"/>
85
86  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
87  href="uclibc.xml"
88  xpointer="xpointer(//*[@os='r'])"/>
89
90<screen os="s"><userinput>make PREFIX=${CLFS} install_dev</userinput></screen>
91
92  </sect2>
93
94  <sect2 role="content" id="contents-uclibc-headers">
95    <title/>
96
97    <para>Details on this package are located in <xref
98    linkend="contents-uclibc" role="."/></para>
99
100  </sect2>
101
102</sect1>
Note: See TracBrowser for help on using the repository browser.