| 269 | |
| 270 | |
| 271 | class Archx86_64(Arch): |
| 272 | arch = 'x86_64' |
| 273 | command_prefix = 'x86_64-linux-android' |
| 274 | arch_cflags = [ |
| 275 | '-march=x86-64', |
| 276 | '-msse4.2', |
| 277 | '-mpopcnt', |
| 278 | '-m64', |
| 279 | '-fPIC', |
| 280 | ] |
| 281 | |
| 282 | |
| 283 | class ArchAarch_64(Arch): |
no outgoing calls