%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 first copy the OABI configuration and, if the EABI was selected, modify it to use the EABI: cp -v clfs/config.${CLFS_ARCH}.${CLFS_ENDIAN} .config if [ "${CLFS_ABI}" == "aapcs" ] || [ "${CLFS_ABI}" == "aapcs-linux" ]; \ then sed -i s/CONFIG_ARM_OABI/CONFIG_ARM_EABI/g .config; fi