summaryrefslogtreecommitdiff
path: root/mk/perl.mk
AgeCommit message (Collapse)Author
2024-03-05perl is now 5.38.0Waldemar Brodkorb
2021-11-04perl.mk fixup after version bump of perlWaldemar Brodkorb
2017-08-15fix perl versionWaldemar Brodkorb
2016-09-27perl: fix path for mipselWaldemar Brodkorb
2016-01-17use perl-cross for perl5Waldemar Brodkorb
The direct cross-compilation of perl requires some pre-generated config files. It is a mess on perl updates. Buildroot is happy with perl-cross, so I switch now. Perl-host is still required for perl-modules to compile.
2015-06-24fix for mipselWaldemar Brodkorb
2014-09-28fix perl cross-compile and some modules on Darwin hostWaldemar Brodkorb
2014-06-23fix perl module compile on newer host perlWaldemar Brodkorb
2014-06-16fix p5-xml-parser package, add basic perl module infrastructure (based on ↵Waldemar Brodkorb
buildroot perl stuff)
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make
2014-03-06mark p5-XML-Parser as broken for nowWaldemar Brodkorb
2011-03-13add a lot of new devel subpackages and fix native builds of packagesWaldemar Brodkorb
2011-02-16add perl module needed for intltoolWaldemar Brodkorb