From 210be7c2b8101b0d2fa4cecc42e4d1febf70e279 Mon Sep 17 00:00:00 2001 From: dfr Date: Thu, 24 Dec 1998 13:17:58 +0000 Subject: Disable building with alpha software completion options until we upgrade compilers. --- lib/msun/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/msun') 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}_ -- cgit v1.1