]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
perl: build with perlcross instead of qemu
authorArnout Vandecappelle <arnout@mind.be>
Thu, 8 Nov 2012 15:47:05 +0000 (15:47 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 9 Nov 2012 09:04:31 +0000 (10:04 +0100)
commit234fe4433489bca81b79311239569525cc008d9d
tree8ccda1cda56da8a1390c7130dfbf7771bd6a40f0
parent062129c16eeea69c72d7d65b109bc7667449cb71
perl: build with perlcross instead of qemu

The perlcross project makes it possible to properly cross-compile
perl.  It creates a host-miniperl that is configured for the target
and uses that to cross-compile the perl modules.

Unfortunately there are still a few hacks needed to make it work.
Proper fixes can be developed and upstreamed later.

Since there is no longer a dependency on qemu, it works on all
architectures again.

Also removed some config options:
- BR2_PACKAGE_PERL_CUSTOM_INSTALL just allows a selection of modules;
this can also be encoded by an empty BR2_PACKAGE_PERL_MODULES.
- BR2_PACKAGE_PERL_DB_FILE and BR2_PACKAGE_PERL_GDBM_FILE can be
derived automatically from the package configs.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/perl/Config.in
package/perl/perl.mk