diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2016-11-16 15:21:32 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2016-11-16 15:21:32 +0000 |
| commit | 7804dd5212a3874db3328bc94d00263f23f96fa8 (patch) | |
| tree | db2fdf4551d5d33c2669e201341ef9b927c3c49b /lib/libc/softfloat | |
| parent | 33299e3d96bb998373f69d828c495aa84adff45b (diff) | |
Notes
Diffstat (limited to 'lib/libc/softfloat')
| -rw-r--r-- | lib/libc/softfloat/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/softfloat/Makefile.inc b/lib/libc/softfloat/Makefile.inc index f15e4d2a5a41..fa0ee9d2977f 100644 --- a/lib/libc/softfloat/Makefile.inc +++ b/lib/libc/softfloat/Makefile.inc @@ -12,8 +12,11 @@ CFLAGS+= -DSOFTFLOAT_FOR_GCC SRCS+= softfloat.c +# Deprecated FPU control interface +.if ${LIBC_ARCH} != "riscv" SRCS+= fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \ fpgetsticky.c +.endif SRCS+= eqsf2.c nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \ eqdf2.c nedf2.c gtdf2.c gedf2.c ltdf2.c ledf2.c negdf2.c \ |
