Browse Source

perl: further enhanced perl build to install microperl as perl

crossperl
Nagy Karoly Gabriel 16 years ago committed by Alejandro Mery
parent
commit
f6d811d4af
  1. 3
      perl/perl/perl.conf

3
perl/perl/perl.conf

@ -30,7 +30,8 @@ EOT
makeopt="-f Makefile.micro CC=$CC LD=$CC"
eval $MAKE $makeopt
makeinstopt=
cp -a microperl $root$bindir/microperl
#just install the perl binary, it is micro so no deps :)
cp -a microperl $root$bindir/perl
}
if ! atstage native; then
hook_add premake 3 "perl_cross_bootstrap"

Loading…
Cancel
Save