From a2ce37b56442331fed0e58f1301d7b60451f75f8 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 16 Mar 2020 16:28:39 -0300 Subject: math: Remove mathinline With m68k bits moved to internal headers, no architectures export additional optimizations on mathinline. --- math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/Makefile') 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 \ -- cgit v1.1