5daaa838a6
Soft enable runtime cpu detect for armv7-android target, so that it can be disabled and remove dependency on 'cpufeatures' lib. Change the arm_cpu_caps implementation selection such that 'no rtcd' takes precedence over system type. Switch to use -mtune instead of -mcpu. NDK was complaining about -mcpu=cortex-a8 conflicting with -march=armv7-a, not sure why. Add a linker flag to fix some cortex-a8 bug, as suggested by NDK Dev Guide. Examples: Configure for armv7+neon: ./configure --target=armv7-android-gcc \ --sdk-path=/path/to/android/ndk \ --disable-runtime-cpu-detect \ --enable-realtime-only \ --disable-unit-tests ...armv7 w/o neon: ./configure --target=armv7-android-gcc \ --sdk-path=/path/to/android/ndk \ --disable-runtime-cpu-detect \ --enable-realtime-only \ --disable-neon \ --cpu=cortex-a9 \ --disable-unit-tests Change-Id: I37e2c0592745208979deec38f7658378d4bd6cfa |
||
---|---|---|
.. | ||
ads2gas_apple.pl | ||
ads2gas.pl | ||
Android.mk | ||
armlink_adapter.sh | ||
configure.sh | ||
gen_asm_deps.sh | ||
gen_msvs_def.sh | ||
gen_msvs_proj.sh | ||
gen_msvs_sln.sh | ||
Makefile | ||
obj_int_extract.c | ||
rtcd.sh | ||
version.sh |