From: Koen Kooi Date: Fri, 14 Apr 2006 08:24:36 +0000 (+0000) Subject: perl: make 5.8.7 compile for arm EABI X-Git-Tag: Release-2010-05/1~9453^2~2045^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3e66a146c39911df0103fd47f7e40e7654b2ff;p=openembedded.git perl: make 5.8.7 compile for arm EABI --- diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index a960439ad2..6743406b9b 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -4,9 +4,10 @@ include perl.inc 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 @@ -18,6 +19,8 @@ do_configure() { 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