Changeset 680e44d in clfs-embedded for BOOK/cross-tools/x86
- Timestamp:
- Nov 12, 2006, 9:20:15 PM (18 years ago)
- Branches:
- master
- Children:
- e57d05e
- Parents:
- 9068678
- Location:
- BOOK/cross-tools/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.