build: tms470: work around glibc math.h problems
authorMans Rullgard <mans@mansr.com>
Sat, 13 Oct 2012 02:16:13 +0000 (03:16 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 13 Oct 2012 17:21:36 +0000 (18:21 +0100)
commitb6f8d635f27bd1234508679c93e04f60a36c2f1e
treed8c8d096cf0b6d56ee3b7c923703beeb406425cf
parent5ab432fa3500c190184263b80c6ad04547770545
build: tms470: work around glibc math.h problems

The glibc definitions of INFINITY and NAN do not work with the
tms470 compiler, nor do our usual fallbacks.

Signed-off-by: Mans Rullgard <mans@mansr.com>
compat/tms470/math.h [new file with mode: 0644]
configure