summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-08 13:22:28 +0000
committerwollman <wollman@FreeBSD.org>1997-01-08 13:22:28 +0000
commitf24b5e576f196e50898ffebceff250e700a0233f (patch)
tree27d6059de5da800c1c40688a36cbe00db199dcc0 /lib/msun/Makefile
parent18b2a70a7d49403de96eece39647adc7bede4c58 (diff)
downloadFreeBSD-src-f24b5e576f196e50898ffebceff250e700a0233f.zip
FreeBSD-src-f24b5e576f196e50898ffebceff250e700a0233f.tar.gz
Delete -D_POSIX_MODE and -D_MULTI_LIBM from CFLAGS. They never had any effect
because _IEEE_LIBM always takes priority, so the definition just served to confuse. Reviewed by: bde
Diffstat (limited to 'lib/msun/Makefile')
-rw-r--r--lib/msun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 350dd58..37463cf 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.1beta 93/09/24
-# $Id: Makefile,v 1.10 1996/08/30 02:05:30 peter Exp $
+# $Id: Makefile,v 1.11 1996/08/30 21:21:52 peter Exp $
#
# ====================================================
# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -53,7 +53,7 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
.PATH: ${.CURDIR}/man
.PATH: ${.CURDIR}/src
-CFLAGS+= -D_MULTI_LIBM -D_POSIX_MODE -D_IEEE_LIBM
+CFLAGS+= -D_IEEE_LIBM
LIB= m
COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
OpenPOWER on IntegriCloud