blargh youp1one1@gmail.com writes:
Adding x86-* fixed it:
asm_path= if test "x$enable_assembler" = xyes ; then case "$host_cpu" in [i?86* | k[5-8]* | pentium* | athlon | x86]) asm_path=x86 ;;
Done, except that I added it at the front.
Did I understand you correctly, that this was needed for x86 android builds?
When building for multiple platforms, I recommend using a separate build directory per platform.
Regards, /Niels