- Timestamp:
- Nov 13, 2006, 5:20:15 AM (18 years ago)
- Branches:
- master
- Children:
- e57d05e
- Parents:
- 9068678
- Location:
- BOOK/cross-tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/uclibc.xml
r9068678 r680e44d 23 23 <title>Installation of uClibc</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../x86/uclibc.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 25 <para os="a">Since we are cross-compiling, we need to make sure when we 26 configuration for our architecture we get the correct information. The 27 following sed makes sure we are using the proper settings for our 28 architecture:</para> 28 29 29 30 <screen os="b"><userinput>cp extra/Configs/Config.in extra/Configs/Config.in.orig -
BOOK/cross-tools/x86/uclibc-headers.xml
r9068678 r680e44d 22 22 <sect2 role="installation"> 23 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='a'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="uclibc.xml"31 xpointer="xpointer(//*[@os='b'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86/uclibc.xml
r9068678 r680e44d 28 28 <sect2 role="installation"> 29 29 <title>Installation of uClibc</title> 30 31 <para os="a">Since we are cross-compiling, we need to make sure when we32 configuration for our architecture we get the correct information. The33 following sed makes sure we are using the proper settings for our34 architecture: (This is a place holder for the other architectures</para>35 36 <screen os="b"><userinput>cp extra/Configs/Config.in extra/Configs/Config.in.orig37 sed -e "s:default TARGET_i386:default TARGET_i386:" \38 extra/Configs/Config.in.orig > extra/Configs/Config.in</userinput></screen>39 30 40 31 <para os="c">By default uClibc symlinks the headers to the source directory.
Note:
See TracChangeset
for help on using the changeset viewer.