Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc/ieeefp Lift the vax restriction on the nan ...



details:   https://anonhg.NetBSD.org/src/rev/2dd5580e8558
branches:  trunk
changeset: 554049:2dd5580e8558
user:      kleink <kleink%NetBSD.org@localhost>
date:      Fri Oct 24 21:25:20 2003 +0000

description:
Lift the vax restriction on the nan test.

None of the tests in this directory will even build on the vax, and it's
disabled in the parent Makefile for that reason.

diffstat:

 regress/lib/libc/ieeefp/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (17 lines):

diff -r c7919d4be2bd -r 2dd5580e8558 regress/lib/libc/ieeefp/Makefile
--- a/regress/lib/libc/ieeefp/Makefile  Fri Oct 24 20:26:57 2003 +0000
+++ b/regress/lib/libc/ieeefp/Makefile  Fri Oct 24 21:25:20 2003 +0000
@@ -1,11 +1,7 @@
-#      $NetBSD: Makefile,v 1.12 2002/05/12 13:17:52 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.13 2003/10/24 21:25:20 kleink Exp $
 
 # Don't hook up testfloat just yet. (ross, 2001.3.12)
 
-SUBDIR+= except infinity round
-.if ${MACHINE} != "vax"
-SUBDIR+= nan
-.endif
-
+SUBDIR+= except infinity nan round
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index