summaryrefslogtreecommitdiff
path: root/packages/perl/perl-5.8.7
AgeCommit message (Collapse)AuthorFiles
2007-04-01packages/perl/perl_5.8.7.bb: A set of patches to make perl usable on powerpc ↵Stelios Koroneos1
targets. Thanks to Jamie Lenahan for the help
2007-03-14packages/perl/perl-5.8.7/config.sh-powerpc-linux: Fix typoStelios Koroneos1
2007-03-12packages/perl/perl-5.8.7/config.sh-powerpc-linux: Don't use share library ↵Stelios Koroneos1
for powerpc targets
2007-01-11perl: cleaned config.sh-x86-64 from paths of my buildMarcin Juszkiewicz1
2006-12-13perl: addition of powerpc-linux config.sh file and bitbake hooks to use Andrew Wilcox1
it.
2006-11-16perl: add support for x86_64 - close #1591Marcin Juszkiewicz1
2006-10-03perl 5.8.7: Enable threading in perl for sh4 to fix modules thatJamie Lenehan1
check for threading availability. Since perl-native is used to compile modules, and perl-native is built with threading enabled, any modules that check for threading think that it's available. However when you attempt to use the module on the target it complains about missing symbols (those related to threading). The two options to fix this are to enable threading in perl or to disable it in perl-native. I've tested the later and will use that since I have some modules that required threading. This change is still needed for all the other targets.
2006-09-25perl 5.8.7: Fix the perl shared library generation for sh3/sh4Jamie Lenehan4
targets: - You cannot link using LD on sh3/sh4, since ld fails to link in the hidden library of weak symbols that is needed. Ccc knows about this library and correctly links it in. The generate_config_sh script was replacing the configred linker with LD from the environment and the soname patch was passing parameters directly to LD which need to be passed differently when linking with gcc. - Any code to go in shared libraries must be compiled with -fPIC, which while present in the config file was again being replaced from the environment by the generate_config_sh script. Both these patches probably should be ok for all targets, but they would definately need run-time testing. So they are just patched in for sh3 and sh4 for now. Also removed the old code I added not to install the shared library if its not configured since its configured for all targets after this change.
2006-06-28/perl/perl/5.8.7/config.sh-sh3-linux: Fixing sh4->sh3 typosKristoffer Ericson1
* Fixes typos where sh4 was written instead of sh3
2006-06-19perl 5.8.7: Add support for building on sh4 and sh3. Tested several sh4Jamie Lenehan2
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.
2006-05-31perl - Absolute includes fix.Raymond Danks2
Add config.sh for i486-linux and i586-linux. Disable PARALLEL_MAKE.
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