Changeset 3543

Show
Ignore:
Timestamp:
07/15/07 09:45:45 (1 year ago)
Author:
manuel@linuxfromscratch.org
Message:

Fixed uClibc configuration settings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml

    r3506 r3543  
    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" >> .config 
    7580echo "UCLIBC_HAS_REENTRANT_RPC=y" &gt;&gt; .config</userinput></screen>