diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-14 08:24:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 08:24:36 +0000 |
commit | ba3e66a146c39911df0103fd47f7e40e7654b2ff (patch) | |
tree | cd319d6b8c1fc53f8dabc6247d3f8c946146bc3c /packages/perl | |
parent | a20617a89a744f4521065324ebe33811a036b098 (diff) |
perl: make 5.8.7 compile for arm EABI
Diffstat (limited to 'packages/perl')
-rw-r--r-- | packages/perl/perl_5.8.7.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 |