Changeset 3ca2208 in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Jul 15, 2007, 8:29:34 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
00b1e11
Parents:
39a9ea5
Message:

Several fixes for PDF look.

Location:
BOOK/cross-tools/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/uclibc.xml

    r39a9ea5 r3ca2208  
    3636sed -e 's/$(LN) -fs/cp/g' Makefile.orig &gt; Makefile
    3737for 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
    4041done</userinput></screen>
    4142
     
    6566
    6667<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"
    7071for config in $UCLIBC_OPTIONS; do
    71         cp .config{,.orig}
    72         sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config
     72    cp .config{,.orig}
     73    sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config
    7374done
    7475UCLIBC_OPTIONS="UCLIBC_HAS_CTYPE_UNSAFE"
    7576for config in $UCLIBC_OPTIONS; do
    76         cp .config{,.orig}
    77         sed -e "s:${config}=y:# ${config} is not set:" .config.orig > .config
     77    cp .config{,.orig}
     78    sed -e "s:${config}=y:# ${config} is not set:" .config.orig > .config
    7879done
    7980echo "UCLIBC_HAS_FULL_RPC=y" &gt;&gt; .config
  • BOOK/cross-tools/x86/variables.xml

    r39a9ea5 r3ca2208  
    2020  command:</para>
    2121
    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>
    2324
    2425  <para os="c">Now you will need to set the target triplet for the target
     
    3839  <table os="g">
    3940    <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
    4348      <thead>
    4449        <row>
     
    4752        </row>
    4853      </thead>
     54
    4955      <tbody>
    5056        <row>
     
    6571        </row>
    6672      </tbody>
     73
    6774    </tgroup>
     75
    6876  </table>
    6977
Note: See TracChangeset for help on using the changeset viewer.