diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-16 16:28:39 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-19 11:45:44 -0300 |
commit | a2ce37b56442331fed0e58f1301d7b60451f75f8 (patch) | |
tree | 3a26cab8a262313a62e21690b942b577d3e756f4 /math/Makefile | |
parent | 4bad2e014e5e2a835cca6139b5e5a0f42ed0ea05 (diff) | |
download | glibc-a2ce37b56442331fed0e58f1301d7b60451f75f8.zip glibc-a2ce37b56442331fed0e58f1301d7b60451f75f8.tar.gz glibc-a2ce37b56442331fed0e58f1301d7b60451f75f8.tar.bz2 |
math: Remove mathinline
With m68k bits moved to internal headers, no architectures export
additional optimizations on mathinline.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 0a5a404..b1739ab 100644 --- a/math/Makefile +++ b/math/Makefile @@ -22,7 +22,7 @@ subdir := math include ../Makeconfig # Installed header files. -headers := math.h bits/mathcalls.h bits/mathinline.h \ +headers := math.h bits/mathcalls.h \ fpu_control.h complex.h bits/cmathcalls.h fenv.h \ bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \ bits/math-vector.h finclude/math-vector-fortran.h \ |