aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-12-24 13:17:58 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-12-24 13:17:58 +0000
commit6f93bf5f4b3e70645eb8ab6aaddf031d077e63ab (patch)
treee884c2ece11ccc4e551691b5a39c9ab7571152e2 /lib
parent4d9488134281d4db10d0d1567f015b3f1f5c33c8 (diff)
downloadsrc-6f93bf5f4b3e70645eb8ab6aaddf031d077e63ab.tar.gz
src-6f93bf5f4b3e70645eb8ab6aaddf031d077e63ab.zip
Disable building with alpha software completion options until we upgrade
compilers.
Notes
Notes: svn path=/head/; revision=42044
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index c62ee87d0cac..0507810348f8 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}_