Changeset f8218f3 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Nov 8, 2008, 6:47:27 AM (16 years ago)
- Branches:
- master
- Children:
- e2fbc29
- Parents:
- 0194a60
- Location:
- BOOK/cross-tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/uclibc.xml
r0194a60 rf8218f3 32 32 sed -e "/default/s:OABI:EABI:" \ 33 33 extra/Configs/Config.arm.orig > extra/Configs/Config.arm</userinput></screen> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"36 href="../x86/uclibc.xml"37 xpointer="xpointer(//*[@os='c'])"/>38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"40 href="../x86/uclibc.xml"41 xpointer="xpointer(//*[@os='d'])"/>42 34 43 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/mips/uclibc.xml
r0194a60 rf8218f3 32 32 "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \ 33 33 extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"36 href="../x86/uclibc.xml"37 xpointer="xpointer(//*[@os='c'])"/>38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"40 href="../x86/uclibc.xml"41 xpointer="xpointer(//*[@os='d'])"/>42 34 43 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86/uclibc.xml
r0194a60 rf8218f3 28 28 <sect2 role="installation"> 29 29 <title>Installation of uClibc</title> 30 31 <para os="c">By default uClibc symlinks the headers to the source directory.32 This is not acceptable in our build scenario, so we modify the Makefiles33 so that the headers will be copied instead:</para>34 35 <screen os="d"><userinput>cp Makefile{,.orig}36 sed -e 's/$(LN) -fs/cp/g' Makefile.orig > Makefile37 for file in `find libc/sysdeps/linux -name Makefile`; do38 cp $file{,.orig}39 sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' \40 $file.orig > $file41 done</userinput></screen>42 30 43 31 <note os="e">
Note:
See TracChangeset
for help on using the changeset viewer.