Do not leave HAVE_NEON unset in armv platform check
authorHugo Hromic <hhromic@gmail.com>
Thu, 21 Mar 2019 11:12:32 +0000 (11:12 +0000)
committerHugo Hromic <hhromic@gmail.com>
Thu, 21 Mar 2019 11:27:17 +0000 (11:27 +0000)
commit2cf8d379907700d6c355fb80d66361dfa7669515
tree01d514d265b96a413689c29fc0ddfb387da96a6d
parentf3147e07c60c2c2104685c7fc5c270312162d86f
Do not leave HAVE_NEON unset in armv platform check

* Default to `HAVE_NEON=0` until the `platform` is checked for `neon`
* Fixes build with `platform=armv` alone (no NEON requested) in a NEON
  device where the autodetection using `$(CC) -E -dD` will enable it
Makefile.libretro