OSDN Git Service

configure: Check MSVC defines for identifying hardfloat
authorMartin Storsjö <martin@martin.st>
Fri, 24 Jul 2015 20:25:10 +0000 (23:25 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 27 Jul 2015 07:45:15 +0000 (10:45 +0300)
commit616b409c8f1e4fa568908212c01f6530da8d2e71
tree558a0323269fd8592d8dc7c3fafb415a7ce306b6
parent2192ff84dd720968108bc1ca54e239f4c94eb61d
configure: Check MSVC defines for identifying hardfloat

This macro identifies whether VFPv3 is available; MSVC defaults
to hardfloat (except for older MSVC versions for CE, targeting
ARMv4).

Signed-off-by: Martin Storsjö <martin@martin.st>
configure