Browse Source

perl: further enhanced perl build to install microperl as perl

user/amery/cross
Nagy Karoly Gabriel 16 years ago
committed by Alejandro Mery
parent
commit
65bbfd0ad7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      perl/perl/perl.conf

+ 2
- 1
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

Loading…
Cancel
Save