Changes between Version 2 and Version 3 of Ticket #64863, comment 2


Ignore:
Timestamp:
Mar 20, 2022, 10:35:00 PM (2 years ago)
Author:
harens (Haren S)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64863, comment 2

    v2 v3  
    88        set os_arch "powerpc"
    99    }
    10     {i[3-7]86} {
     10    {^(i[3-7]86|x86_64)} {
    1111        set os_arch "i386"
    1212    }
     
    1717}}}
    1818
    19 It fixes the current problem by mapping anything that begins with `arm` or `aarch` to `arm`
     19For instance, it fixes the current problem by mapping anything that begins with `arm` or `aarch` to `arm`.