SRC_URI += "file://config.sh-armeb-linux \
file://config.sh-arm-linux \
+ file://config.sh-arm-linux-gnueabi \
file://config.sh-i386-linux"
-PR = "r14"
+PR = "r15"
do_configure() {
ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
cp ${WORKDIR}/config.sh-i686-linux .
cp ${WORKDIR}/config.sh-i386-linux .
cp ${WORKDIR}/config.sh-armeb-linux .
+ #perl insists on an extra config.sh for arm EABI
+ cp config.sh-arm-linux config.sh-arm-linux-gnueabi
# nslu2 LE uclibc builds do not work with the default config.sh
if test "${MACHINE}" = nslu2
then