summaryrefslogtreecommitdiff
path: root/packages/perl/perl_5.8.7.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-06-19 15:44:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-19 15:44:54 +0000
commitb37b44d67ef6f2075f0204e29f490a62eed2e6aa (patch)
treeb84d0d5e464e936802b8b3144d008d93cfebebd3 /packages/perl/perl_5.8.7.bb
parentb8014d57e775e2a06dfd5dba67c88fa4fb874c67 (diff)
perl 5.8.7: Add support for building on sh4 and sh3. Tested several sh4
programs on the target and they work fine. Sh3 is untested but should be the same. No perl shared library as toolchain issues prevent this. See bug# 960 for details. Should solve bug# 960.
Diffstat (limited to 'packages/perl/perl_5.8.7.bb')
-rw-r--r--packages/perl/perl_5.8.7.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb
index 020f190108..510505abb5 100644
--- a/packages/perl/perl_5.8.7.bb
+++ b/packages/perl/perl_5.8.7.bb
@@ -6,7 +6,9 @@ SRC_URI += "file://config.sh-armeb-linux \
file://config.sh-arm-linux \
file://config.sh-i386-linux \
file://config.sh-i486-linux \
- file://config.sh-i586-linux"
+ file://config.sh-i586-linux \
+ file://config.sh-sh3-linux \
+ file://config.sh-sh4-linux"
PARALLEL_MAKE = ""
@@ -24,6 +26,8 @@ do_configure() {
cp ${WORKDIR}/config.sh-i586-linux .
cp ${WORKDIR}/config.sh-i686-linux .
cp ${WORKDIR}/config.sh-armeb-linux .
+ cp ${WORKDIR}/config.sh-sh3-linux .
+ cp ${WORKDIR}/config.sh-sh4-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