diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-03-31 12:43:16 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-03-31 12:43:16 +0000 |
commit | 36bb6e7a294f1643dd10fe4df91282d2e781c027 (patch) | |
tree | 5e8691423cb1a3c5f89de7836b57a635e49f46bc /packages/perl | |
parent | 5c87ad99c417011884ce00518eae54a082761427 (diff) |
perl: Add support for armeb-linux-gnueabi (trivial addition) - now configures and compiles, but still doesn't install.
Diffstat (limited to 'packages/perl')
-rw-r--r-- | packages/perl/perl_5.8.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index 2f37e6ccbe..b9a62e79c9 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -44,6 +44,7 @@ do_configure() { 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 + cp config.sh-armeb-linux config.sh-armeb-linux-gnueabi # nslu2 LE uclibc builds do not work with the default config.sh if test "${MACHINE}" = nslu2 then |