Use -mieee on alpha. (A recent kernel is also needed to successfully

run the signal delivery tests.)
This commit is contained in:
ross 2002-01-18 22:18:36 +00:00
parent 8828878167
commit 1390c78507

View File

@ -1,4 +1,8 @@
# $NetBSD: Makefile.inc,v 1.2 1998/01/09 08:03:48 perry Exp $
# $NetBSD: Makefile.inc,v 1.3 2002/01/18 22:18:36 ross Exp $
#
# do not install regression test programs
proginstall::
.if ${MACHINE_ARCH} == "alpha"
COPTS+= -mieee
.endif