diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-02-28 16:00:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-02-28 16:00:01 +0000 |
commit | 21ea080aa6f8717fbe84ff7e825e06259f66e45f (patch) | |
tree | a7256e23a509cce332fbd663d57ab20e5e2a96f5 /lib/libm/Makefile | |
parent | 66a120cd9c6bc0d0c27e4200b5cfc765155b38a8 (diff) |
Remove CFLAGS+=-mfloat-abi=softfp that I accidentally committed.
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r-- | lib/libm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 34b66e216ef..092cc053fab 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.116 2018/02/28 11:16:54 kettenis Exp $ +# $OpenBSD: Makefile,v 1.117 2018/02/28 16:00:00 kettenis Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -146,8 +146,6 @@ SRCS+= ${LONG_SRCS} CPPFLAGS+=-I${.CURDIR}/hidden -include namespace.h \ -Werror-implicit-function-declaration -CFLAGS+=-mfloat-abi=softfp - VERSION_SCRIPT= ${.CURDIR}/Symbols.map # Substitute common sources with any arch specific sources |