cvsuser 01/12/25 21:12:25
Modified: . Configure.pl
Log:
Make jitarch calculation not get tripped up by extra components to
archname.
Revision Changes Path
1.44 +2 -2 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/perlcvs/parrot/Configure.pl,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -w -r1.43 -r1.44
--- Configure.pl 21 Dec 2001 13:47:38 -0000 1.43
+++ Configure.pl 26 Dec 2001 05:12:25 -0000 1.44
@@ -20,7 +20,7 @@
);
if($opt_version) {
- print '$Id: Configure.pl,v 1.43 2001/12/21 13:47:38 gregor Exp $' . "\n";
+ print '$Id: Configure.pl,v 1.44 2001/12/26 05:12:25 gregor Exp $' . "\n";
exit;
}
@@ -68,7 +68,7 @@
$archname = $Config{archname};
($cpuarch, $osname) = split('-', $archname);
-$jitarchname = $archname;
+$jitarchname = "$cpuarch-$osname";
$jitarchname =~ s/-(net|free|open)bsd$/-bsd/i;
if (-e "Parrot/Jit/$jitarchname.pm") {
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl ask
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl tom
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl gregor
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl gregor
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
