summaryrefslogtreecommitdiff
path: root/packages/perl/perl-5.8.7
AgeCommit message (Collapse)AuthorFiles
2005-10-18perl: NSLU2: fix LE config in 5.8.7John Bowler1
- the existing arm (le) config will not work with NSLU2 because of the - use of 32 bit assembler which is not thumb compatible, this change - uses a config file derived from the BE (NSLU2) config
2005-09-23perl: add libgcc.a to libperl.so on armeb to support thumbJohn Bowler1
2005-08-03Actually include the correct mipsel 5.8.7 config.sh and bump PRDavid Karlstrom1
2005-08-03Add updated config.sh-mipsel-linux for perl 5.8.4 from CosmicPenguin, and ↵David Karlstrom1
add a bit more updated one for perl 5.8.7
2005-08-03Fix the i386 and i686 config.sh to use 5.8.7 instead of 5.8.4 in the pathsDavid Karlstrom2
2005-08-03Add missing defines for the i386 and i686 config.shDavid Karlstrom2
2005-08-02Add untested i386 config.sh for perl for OE-Bug:#196David Karlstrom1
2005-07-30Change startperl from #!hostperl to #!/usr/bin/perl so that the perl ↵David Karlstrom3
utilities like cpan works
2005-07-30Add -lgcc_s to perllibs for arm too (already added for armeb), Closes: ↵David Karlstrom1
OE-Bug#113
2005-07-29Fix perl so (hopefully) it works on both arm and armebDavid Karlstrom2
2005-07-26Update perl to 5.8.7, modified armeb patch to work for OpenSlugDavid Karlstrom8