summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-12-24 13:17:58 +0000
committerdfr <dfr@FreeBSD.org>1998-12-24 13:17:58 +0000
commit210be7c2b8101b0d2fa4cecc42e4d1febf70e279 (patch)
treeee63747ef0381706c791856398269784a7ce0ce8 /lib/msun/Makefile
parent85c558753b403c3fd475a049769a1068c9d6ba7b (diff)
downloadFreeBSD-src-210be7c2b8101b0d2fa4cecc42e4d1febf70e279.zip
FreeBSD-src-210be7c2b8101b0d2fa4cecc42e4d1febf70e279.tar.gz
Disable building with alpha software completion options until we upgrade
compilers.
Diffstat (limited to 'lib/msun/Makefile')
-rw-r--r--lib/msun/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index c62ee87..0507810 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.1beta 93/09/24
-# $Id: Makefile,v 1.20 1998/02/20 07:44:29 jb Exp $
+# $Id: Makefile,v 1.21 1998/12/23 11:50:51 dfr Exp $
#
# ====================================================
# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -48,7 +48,8 @@ ARCH_SRCS = s_copysign.S s_copysignf.S
# XXX Comment from NetBSD/Alpha:
# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
# handling is broken (doesn't exist!) on the Alpha port.
-CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
+# Stock gcc 2.7.2.1 doesn't understand these options.
+#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
.elif ${MACHINE_ARCH} == "i386"
ARCH= i387
ARCH_PREFIX= ${ARCH}_
OpenPOWER on IntegriCloud