diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-03 14:39:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-03 14:39:37 +0000 |
commit | fb04e29e99753276be2c50618933849bc5270599 (patch) | |
tree | 85ae2cfb58eb057c17d1f74e77c416b415740b24 /lib | |
parent | 9cc0993006927317c484d1e3ab7ebe292d23b92d (diff) |
Get the m88k libm to say no to drugs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 080523e1860..016f9de8408 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ -# $OpenBSD: Makefile,v 1.28 2002/05/22 21:34:56 mickey Exp $ +# $OpenBSD: Makefile,v 1.29 2003/01/03 14:39:36 miod Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -79,10 +79,6 @@ NOIEEE_ARCH=n_infnan.S n_argred.S n_sqrt.S ARCH_SRCS = n_atan2.S n_cabs.S n_cbrt.S n_sincos.S n_tan.S n_support.S .endif -.if (${MACHINE_ARCH} == "m88k") -CFLAGS+=-Dfloat=double -.endif - .PATH: ${.CURDIR}/man .PATH: ${.CURDIR}/src .PATH: ${.CURDIR}/noieee_src |