.if !empty(MACHINE_ARCH:M*arm*) NEON != dmesg | grep 'cpu.: NEON' . if !empty(NEON) SUBST_CLASSES+= fix-neon SUBST_STAGE.fix-neon= pre-configure SUBST_MESSAGE.fix-neon= Fixing NEON check. SUBST_FILES.fix-neon= src/cpuinfo/SDL_cpuinfo.c SUBST_SED.fix-neon= 's/(CPU_haveNEON())/(1)/' . endif .endif