- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/mips/eglibc.xml
r1cdaa62 r7d97f36 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p 3'])"/>46 xpointer="xpointer(//*[@os='p1'])"/> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p 4'])"/>50 xpointer="xpointer(//*[@os='p2'])"/> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 55 55 56 56 <para os="g1">MIPS is not supported in the main EGLIBC tree, so 57 we need the eglibc-ports tarball. Unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename>:</para> 57 we need the eglibc-ports tarball. After entering the EGLIBC source dir, 58 unpack <filename>eglibc-ports-&eglibc-version;</filename> and rename the 59 directory it creates so that EGLIBC's build system can find it:</para> 58 60 59 <screen os="g2"><userinput>tar -jxvf ../eglibc-ports-&eglibc-ports-version;-r&eglibc-revision;.tar.bz2</userinput></screen> 61 <screen os="g2"><userinput>tar -jxvf ../eglibc-ports-&eglibc-ports-version;.tar.bz2 62 mv -v eglibc-ports-&eglibc-version; ports</userinput></screen> 60 63 61 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 123 126 xpointer="xpointer(//*[@os='t'])"/> 124 127 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"126 href="../common/eglibc.xml"127 xpointer="xpointer(//*[@os='ra'])"/>128 129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"130 href="../common/eglibc.xml"131 xpointer="xpointer(//*[@os='rb'])"/>132 133 128 </sect2> 134 129
Note:
See TracChangeset
for help on using the changeset viewer.