Changeset 5354 for script

Show
Ignore:
Timestamp:
07/10/05 12:54:54 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
7349
Message:

* repair pugscc so we can more easily test compilation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r5138 r5354  
    8686    writeFile("$base/MainCC.hs", $program); 
    8787 
    88     my $archlib = `pugs -V:archlib`; 
    89     $archlib =~ /archlib:\s*(.+)/ or die "Cannot find archlib"; 
     88    my $archlib = `pugs -V:installsitearch`; 
     89    $archlib =~ /installsitearch:\s*(.+)/ or die "Cannot find sitearch"; 
    9090    my $core = "$1/CORE/pugs"; 
    9191