Disable building with alpha software completion options until we upgrade

compilers.
This commit is contained in:
Doug Rabson 1998-12-24 13:17:58 +00:00
parent 4d94881342
commit 6f93bf5f4b

View File

@ -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}_