diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-26 22:38:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-26 22:38:45 +0000 |
commit | cd3e4274a1e2e6864e52be88448e2cd533b41b68 (patch) | |
tree | c053ebb63f989771a9f5e08486128977deaf38de | |
parent | 832c3216b35ea1f75594221fa310bd20a0f79fbd (diff) |
Correctly handle mvme88k settings here.
-rw-r--r-- | lib/libm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 20aec7f1437..5a9790483cb 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.23 2000/11/08 20:43:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.24 2001/06/26 22:38:44 miod Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -72,7 +72,7 @@ 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} == "mvme88k") +.if (${MACHINE_ARCH} == "m88k") CFLAGS+=-Dfloat=double .endif |