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


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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.