%general-entities; ]> uClibc-&uclibc-version; uClibc cross tools Installation of uClibc For the ARM architecture, there are two different configurations of uClibc that can be used: the EABI configuration and the OABI configuration. We will copy the one that corresponds with the $CLFS_ABI choice made earlier and use that as the base: if [ "${CLFS_ABI}" == "aapcs" ] || [ "${CLFS_ABI}" == "aapcs-linux" ]; \ then cp -v clfs/config.${CLFS_ARCH}.${CLFS_ENDIAN}.EABI .config; else cp -v clfs/config.${CLFS_ARCH}.${CLFS_ENDIAN} .config; fi