Lines Matching full:arch
75 You can also set `ARCH`, `NDKLEVEL` according to your device and NDK version.
76 `ARCH` specifies the architecture of android device. Currently `arm`, `arm64`, `x86` and `x86_64` a…
80 ABIs, add `ARCH=arm64`, `ARCH=x86`, `ARCH=x86_64`, `ARCH=mips` or `ARCH=mips64`.
81 To build for the older `armeabi` ABI (which has armv5te as baseline), add `APP_ABI=armeabi` (`ARCH=…
92 make OS=ios ARCH=**ARCH**
94 Valid values for `**ARCH**` are the normal iOS architecture names such as
107 make OS=linux ARCH=**ARCH**
109 You can set `ARCH` according to your linux device .
110 `ARCH` specifies the architecture of the device. Currently `arm`, `arm64`, `x86` and `x86_64` are s…
114 make OS=linux CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ ARCH=arm64
116 make OS=linux CC=arm-linux-gnueabi-gcc CXX=arm-linux-gnueabi-g++ ARCH=arm
140 - `make ARCH=i386` for x86 32-bit builds
141 - `make ARCH=x86_64` for x86 64-bit builds
142 - `make ARCH=arm64` for arm64 Mac 64-bit builds