Source-Changes-HG archive

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

[src/netbsd-1-4]: src/regress/lib/libc Apply patch (requested by he and wrstu...



details:   https://anonhg.NetBSD.org/src/rev/166a9db1e3c5
branches:  netbsd-1-4
changeset: 470390:166a9db1e3c5
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 22 21:58:37 2000 +0000

description:
Apply patch (requested by he and wrstuden):
  Skip ieeefp regression test on powerpc too; the functions needed
  are currently missing.

diffstat:

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

diffs (13 lines):

diff -r c5e700890bf3 -r 166a9db1e3c5 regress/lib/libc/Makefile
--- a/regress/lib/libc/Makefile Tue Feb 22 00:26:01 2000 +0000
+++ b/regress/lib/libc/Makefile Tue Feb 22 21:58:37 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.11 1999/02/04 18:58:33 is Exp $
+#      $NetBSD: Makefile,v 1.11.2.1 2000/02/22 21:58:37 he Exp $
 
 SUBDIR+= _setjmp db regex setjmp sigsetjmp time
-.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
+.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "powerpc")
 SUBDIR+= ieeefp
 .endif
 



Home | Main Index | Thread Index | Old Index