Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    ra8d4b59 rd82892a  
    1919class Architecture:
    2020        KnownArchitectures = {
    21                 'x64'           : 'x64',
    22                 'x86-64'        : 'x64',
    23                 'x86_64'        : 'x64',
    24                 'x86'           : 'x86',
    25                 'aarch64'       : 'arm',
     21                'x64'                   : 'x64',
     22                'x86-64'                : 'x64',
     23                'x86_64'                : 'x64',
     24                'aarch64'               : 'x64',
     25                'x86'                   : 'x86',
    2626                'i386'          : 'x86',
    2727                'i486'          : 'x86',
    2828                'i686'          : 'x86',
    2929                'Intel 80386'   : 'x86',
    30                 'arm'           : 'arm',
    31                 'ARM'           : 'arm',
     30                'arm'                   : 'arm',
     31                'ARM'                   : 'arm',
    3232        }
    3333
Note: See TracChangeset for help on using the changeset viewer.