summaryrefslogtreecommitdiff
path: root/package/microperl/Config.in
AgeCommit message (Collapse)Author
2012-08-26microperl: uses fork(), only available on MMU platformsThomas Petazzoni
Fixes http://autobuild.buildroot.net/results/0d5e272b594bc6cc84df291134e2b23d33b97d17/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-03-08microperl: bump to version 5.12.4 and convert to gentargetsGustavo Zacarias
* 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>
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-02-04- minor tweak to naming of microperl module list in the configBernhard Reutner-Fischer
2006-12-15- add config option to specify modules to be copied to the target.Bernhard Reutner-Fischer
2005-02-25Patch from ralphs adding microperl, perEric Andersen
http://bugs.uclibc.org/view.php?id=123