Changes between Initial Version and Version 1 of Ticket #396

Show
Ignore:
Timestamp:
03/03/09 14:11:13 (13 years ago)
Author:
rurban
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #396

    • Property owner set to rurban
    • Property status changed from new to assigned
  • Ticket #396 – description

    initial v1  
    77diff -u lib/Parrot/Harness/Smoke.pm~ lib/Parrot/Harness/Smoke.pm 
    88--- lib/Parrot/Harness/Smoke.pm~        2009-02-18 00:01:18.000000000 +0100 
    9 +++ lib/Parrot/Harness/Smoke.pm 2009-03-03 15:05:07.812500000 +0100 
    10 @@ -100,6 +100,10 @@ 
     9+++ lib/Parrot/Harness/Smoke.pm 2009-03-03 15:09:50.171875000 +0100 
     10@@ -100,8 +100,12 @@ 
    1111 } 
    1212 
     
    1717+      : $PConfig{cpuarch} . (8*$PConfig{wordsize}); 
    1818     return ( 
    19          'Architecture' => $PConfig{cpuarch}, 
     19-        'Architecture' => $PConfig{cpuarch}, 
     20+        'Architecture' => $arch, 
    2021         'Compiler'     => _get_compiler_version(), 
     22         'DEVEL'        => $PConfig{DEVEL}, 
     23         'Optimize'     => ($PConfig{optimize} || 'none'), 
    2124}}}