Changeset b277e24 in clfs-embedded


Ignore:
Timestamp:
Jul 15, 2007, 2:45:45 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
e3eed44
Parents:
82fb4aa
Message:

Fixed uClibc configuration settings.

File:
1 edited

Legend:

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

    r82fb4aa rb277e24  
    7272        sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config
    7373done
     74UCLIBC_OPTIONS="UCLIBC_HAS_CTYPE_UNSAFE"
     75for config in $UCLIBC_OPTIONS; do
     76        cp .config{,.orig}
     77        sed -e "s:${config}=y:# ${config} is not set:" .config.orig > .config
     78done
    7479echo "UCLIBC_HAS_FULL_RPC=y" &gt;&gt; .config
    7580echo "UCLIBC_HAS_REENTRANT_RPC=y" &gt;&gt; .config</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.