Changeset 680e44d in clfs-embedded for BOOK/cross-tools/x86/uclibc.xml
- Timestamp:
- Nov 13, 2006, 5:20:15 AM (18 years ago)
- Branches:
- master
- Children:
- e57d05e
- Parents:
- 9068678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.