Changeset ffd218b in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Nov 20, 2006, 10:53:55 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
dc70876
Parents:
9b0a535
Message:

Updated to uClibc snapshot, due to UID 16 bit issues

File:
1 edited

Legend:

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

    r9b0a535 rffd218b  
    6464    can utilize all the features of BusyBox:</para>
    6565
    66 <screen os="k"><userinput>UCLIBC_OPTIONS="DO_C99_MATH UCLIBC_HAS_RPC UCLIBC_HAS_CTYPE_CHECKED UCLIBC_HAS_WCHAR UCLIBC_HAS_HEXADECIMAL_FLOATS
    67                 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE UCLIBC_HAS_PRINTF_M_SPEC UCLIBC_HAS_FTW UCLIBC_HAS_IPV6"
     66<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"
    6870for config in $UCLIBC_OPTIONS; do
    6971        cp .config .config.orig
    7072        sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config
    7173done
    72 echo "UCLIBC_HAS_FULL_RPC=y" >> .config</userinput></screen>
     74echo "UCLIBC_HAS_FULL_RPC=y" >> .config
     75echo "UCLIBC_HAS_REENTRANT_RPC=y" >> .config</userinput></screen>
    7376
    7477    <para os="l">We have made some changes to our config, let's make sure
Note: See TracChangeset for help on using the changeset viewer.