Do not include float interfaces when using libsa.
authorimp <imp@FreeBSD.org>
Fri, 23 Feb 2018 04:04:25 +0000 (04:04 +0000)
committerimp <imp@FreeBSD.org>
Fri, 23 Feb 2018 04:04:25 +0000 (04:04 +0000)
commitf735e1eb15d21bda71b5985d15edacddf0fabdae
treefa32a7d74d83ec1dfe23d311369d9bfcc774f565
parentc1023867eeac4a7b1d91ed924fe17aa5129a50a1
Do not include float interfaces when using libsa.

We don't support float in the boot loaders, so don't include
interfaces for float or double in systems headers. In addition, take
the unusual step of spiking double and float to prevent any more
accidental seepage.
13 files changed:
contrib/compiler-rt/lib/builtins/int_types.h
include/time.h
stand/defs.mk
stand/lua.mk
sys/arm/include/_types.h
sys/arm64/include/_types.h
sys/mips/include/_types.h
sys/powerpc/include/_types.h
sys/powerpc/include/pcb.h
sys/riscv/include/_types.h
sys/sparc64/include/_types.h
sys/sys/_types.h
sys/x86/include/_types.h