We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make HOSTCC=gcc CC=arm-linux-androideabi-gcc NO_LAPACK=1 TARGET=ARMV7
In Android NDK, it uses armeabi-v7a-hard ABI.
TARGET_CFLAGS += -mhard-float -D_NDK_MATH_NO_SOFTFP=1 TARGET_LDFLAGS += -Wl,--no-warn-mismatch -lm_hard
For more information, please check hard-float example at android_ndk/tests/device/hard-float/jni/.
(Todo)
There was an error while loading. Please reload this page.