Changeset 3543
- Timestamp:
- 07/15/07 09:45:45 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml
r3506 r3543 72 72 sed -e "s:# ${config} is not set:${config}=y:" .config.orig > .config 73 73 done 74 UCLIBC_OPTIONS="UCLIBC_HAS_CTYPE_UNSAFE" 75 for config in $UCLIBC_OPTIONS; do 76 cp .config{,.orig} 77 sed -e "s:${config}=y:# ${config} is not set:" .config.orig > .config 78 done 74 79 echo "UCLIBC_HAS_FULL_RPC=y" >> .config 75 80 echo "UCLIBC_HAS_REENTRANT_RPC=y" >> .config</userinput></screen>
