Changeset 3ca2208 in clfs-embedded for BOOK/cross-tools/x86
- Timestamp:
- Jul 15, 2007, 8:29:34 AM (17 years ago)
- Branches:
- master
- Children:
- 00b1e11
- Parents:
- 39a9ea5
- Location:
- BOOK/cross-tools/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/uclibc.xml
r39a9ea5 r3ca2208 36 36 sed -e 's/$(LN) -fs/cp/g' Makefile.orig > Makefile 37 37 for file in `find libc/sysdeps/linux -name Makefile`; do 38 cp $file{,.orig} 39 sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' $file.orig > $file 38 cp $file{,.orig} 39 sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' \ 40 $file.orig > $file 40 41 done</userinput></screen> 41 42 … … 65 66 66 67 <screen os="k"><userinput>UCLIBC_OPTIONS="DO_C99_MATH UCLIBC_HAS_RPC UCLIBC_HAS_CTYPE_CHECKED 67 UCLIBC_HAS_WCHAR UCLIBC_HAS_HEXADECIMAL_FLOATS UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE 68 UCLIBC_HAS_PRINTF_M_SPEC UCLIBC_HAS_FTW UCLIBC_HAS_IPV6 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF 69 UCLIBC_USE_NETLINK LDSO_PRELOAD_FILE_SUPPORT"68 UCLIBC_HAS_WCHAR UCLIBC_HAS_HEXADECIMAL_FLOATS LDSO_PRELOAD_FILE_SUPPORT 69 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE UCLIBC_HAS_PRINTF_M_SPEC UCLIBC_HAS_IPV6 70 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF UCLIBC_USE_NETLINK UCLIBC_HAS_FTW" 70 71 for config in $UCLIBC_OPTIONS; do 71 72 72 cp .config{,.orig} 73 sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config 73 74 done 74 75 UCLIBC_OPTIONS="UCLIBC_HAS_CTYPE_UNSAFE" 75 76 for config in $UCLIBC_OPTIONS; do 76 77 77 cp .config{,.orig} 78 sed -e "s:${config}=y:# ${config} is not set:" .config.orig > .config 78 79 done 79 80 echo "UCLIBC_HAS_FULL_RPC=y" >> .config -
BOOK/cross-tools/x86/variables.xml
r39a9ea5 r3ca2208 20 20 command:</para> 21 21 22 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen> 22 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | \ 23 sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen> 23 24 24 25 <para os="c">Now you will need to set the target triplet for the target … … 38 39 <table os="g"> 39 40 <title>Processor Type and Target Triplets</title> 40 <tgroup cols="2" align="center"> 41 <colspec colname="Processor"/> 42 <colspec colname="Triplet"/> 41 <?dbfo table-width="4.5in" ?> 42 43 <tgroup cols="2"> 44 45 <colspec colnum="1" colwidth="2.5in" colname="Processor"/> 46 <colspec colnum="2" colwidth="2in" colname="Triplet"/> 47 43 48 <thead> 44 49 <row> … … 47 52 </row> 48 53 </thead> 54 49 55 <tbody> 50 56 <row> … … 65 71 </row> 66 72 </tbody> 73 67 74 </tgroup> 75 68 76 </table> 69 77
Note:
See TracChangeset
for help on using the changeset viewer.