Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    r9509a412 r64cf022  
    2727                'x86_64'      : 'x64',
    2828                'x86'         : 'x86',
    29                 'aarch64'     : 'arm64',
    30                 'arm64'       : 'arm64',
    31                 'ARM64'       : 'arm64',
     29                'aarch64'     : 'arm',
    3230                'i386'        : 'x86',
    3331                'i486'        : 'x86',
    3432                'i686'        : 'x86',
    3533                'Intel 80386' : 'x86',
    36                 'arm'         : 'arm32',
    37                 'ARM'         : 'arm32',
    38                 'arm32'       : 'arm32',
    39                 'ARM32'       : 'arm32',
     34                'arm'         : 'arm',
     35                'ARM'         : 'arm',
    4036        }
    4137
    4238        CrossCompileFlags = {
    43                 'x64'  : 'ARCH_FLAGS=-m64',
    44                 'x86'  : 'ARCH_FLAGS=-m32',
    45                 'arm64': 'ARCH_FLAGS=',
    46                 'arm32': 'ARCH_FLAGS=',
     39                'x64' : 'ARCH_FLAGS=-m64',
     40                'x86' : 'ARCH_FLAGS=-m32',
    4741        }
    4842
Note: See TracChangeset for help on using the changeset viewer.