diff options
author | dfr <dfr@FreeBSD.org> | 1998-12-24 13:17:58 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-12-24 13:17:58 +0000 |
commit | 210be7c2b8101b0d2fa4cecc42e4d1febf70e279 (patch) | |
tree | ee63747ef0381706c791856398269784a7ce0ce8 /lib/msun | |
parent | 85c558753b403c3fd475a049769a1068c9d6ba7b (diff) | |
download | FreeBSD-src-210be7c2b8101b0d2fa4cecc42e4d1febf70e279.zip FreeBSD-src-210be7c2b8101b0d2fa4cecc42e4d1febf70e279.tar.gz |
Disable building with alpha software completion options until we upgrade
compilers.
Diffstat (limited to 'lib/msun')
-rw-r--r-- | lib/msun/Makefile | 5 |
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}_ |