diff options
author | 2016-10-26 11:24:17 +0000 | |
---|---|---|
committer | 2016-10-26 11:24:17 +0000 | |
commit | 139635d48ba168b3ff4039abed77adb6ef26bd5c (patch) | |
tree | 2e085b0ad55a42c2a1a1e3870243607587a4a883 | |
parent | Remove FS-specific option descriptions from the source code. We have a (diff) | |
download | wireguard-openbsd-139635d48ba168b3ff4039abed77adb6ef26bd5c.tar.xz wireguard-openbsd-139635d48ba168b3ff4039abed77adb6ef26bd5c.zip |
use -ffloat-store to avoid too much precision which breaks the subtle test
on some platforms; suggested by and ok martynas@
-rw-r--r-- | regress/lib/libm/fenv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libm/fenv/Makefile b/regress/lib/libm/fenv/Makefile index 785409aea87..41e8afbdf90 100644 --- a/regress/lib/libm/fenv/Makefile +++ b/regress/lib/libm/fenv/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2011/03/21 21:51:28 martynas Exp $ +# $OpenBSD: Makefile,v 1.2 2016/10/26 11:24:17 otto Exp $ PROG=fenv +CFLAGS=-ffloat-store LDADD=-lm DPADD=${LIBM} |