Subversion Repositories DevTools

Rev

Rev 6444 | Rev 6455 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6444 Rev 6445
Line 103... Line 103...
103
    'ANDROIDX86'    => 'x86',
103
    'ANDROIDX86'    => 'x86',
104
 
104
 
105
    'ANDROIDARM64'  => 'arm64-v8a',
105
    'ANDROIDARM64'  => 'arm64-v8a',
106
    'ANDROIDMIPS64' => 'mips64',
106
    'ANDROIDMIPS64' => 'mips64',
107
    'ANDROIDX86_64' => 'x86_64',
107
    'ANDROIDX86_64' => 'x86_64',
108
 
-
 
109
 
-
 
110
    );
108
    );
111
 
109
 
112
our $GBE_HOSTMACH;              # Sanity Test of machine type
110
our $GBE_HOSTMACH;              # Sanity Test of machine type
113
our $GBE_MAKE_TARGET;           # Current build target
111
our $GBE_MAKE_TARGET;           # Current build target
114
 
112