diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index beaa26912a..65302911c4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -21,11 +21,13 @@ subdir := math # Installed header files. -headers := math.h mathcalls.h __math.h huge_val.h nan.h +headers := math.h mathcalls.h __math.h huge_val.h nan.h fpu_control.h # Internal header files. distribute := math_private.h machine/asm.h machine/endian.h +# FPU support code. +aux := fpu_control setfpucw # Build the -lm library. |