math: Enable <bits/math-finite.h> sysdeps override

sysdeps/ia64/fpu/bits/math-finite.h exists and will be installed on
ia64, but during the build, the default math/bits/math-finite.h file
is used, which is wrong.

Fixes commit 0ac5ae2335 ("Optimize
libm").
This commit is contained in:
Florian Weimer 2019-02-08 21:04:24 +01:00
parent fdfbd47d92
commit eef4d4f80c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2019-02-08 Florian Weimer <fweimer@redhat.com>
math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
* math/bits/math-finite.h: Move to ...
* bits/math-finite.h: ... here.
2019-02-08 Florian Weimer <fweimer@redhat.com>
* sysdeps/generic/bits/unistd_ext.h: Move to ...