summaryrefslogtreecommitdiffstats
path: root/package/microperl/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* microperl: bump to version 5.12.4 and convert to gentargetsGustavo Zacarias2012-03-081-7/+20
| | | | | | | | | | | | | | | | | * Convert microperl to gentargets infrastructure * Bump to a more modern version 5.12.4 * Introduce the bundle options to simplify people's lives host-microperl is a fully-fledged perl. For the time being we can't build XS modules thus breaking target automake support for example since it requires IO. target-automake was broken before anyway since the automake version bump. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - minor tweak to naming of microperl module list in the configBernhard Reutner-Fischer2007-02-041-1/+1
|
* - add config option to specify modules to be copied to the target.Bernhard Reutner-Fischer2006-12-151-0/+10
|
* Patch from ralphs adding microperl, perEric Andersen2005-02-251-0/+5
http://bugs.uclibc.org/view.php?id=123