Fix build regression with DO_XSI_MATH disabled
commitc69db851309995c525b3993a10dc13dabdeb7b33
authorRonald Wahl <ronald.wahl@raritan.com>
Tue, 28 Nov 2017 18:20:45 +0000 (28 19:20 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Tue, 28 Nov 2017 18:39:14 +0000 (28 19:39 +0100)
treefe0244a16eeb7e2f7c5e4d7b209889540debf793
parent4310e3cfafc61ee37d8739d96c29bcce17d42244
Fix build regression with DO_XSI_MATH disabled

Commit ea38f4d89 (math: add exception handling functionality) adds a
regression so that build configurations that have DO_C99_MATH enabled
and DO_XSI_MATH disabled will not link. This commit moves the files with
the bessel functions from DO_C99_MATH to DO_XSI_MATH. It looks like they
are not even contained in C99.

Signed-off-by: Ronald Wahl <ronald.wahl@raritan.com>
libm/Makefile.in