Changeset b277e24 in clfs-embedded
- Timestamp:
- Jul 15, 2007, 9:45:45 AM (17 years ago)
- Branches:
- master
- Children:
- e3eed44
- Parents:
- 82fb4aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/uclibc.xml
r82fb4aa rb277e24 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>
Note:
See TracChangeset
for help on using the changeset viewer.