Source-Changes-HG archive

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

[src/trunk]: src/regress/lib/libc arm32 -> arm



details:   https://anonhg.NetBSD.org/src/rev/a7d524f8ac68
branches:  trunk
changeset: 525922:a7d524f8ac68
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Apr 21 16:24:19 2002 +0000

description:
arm32 -> arm

diffstat:

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

diffs (15 lines):

diff -r 6996e5c1d5c4 -r a7d524f8ac68 regress/lib/libc/Makefile
--- a/regress/lib/libc/Makefile Sun Apr 21 11:21:53 2002 +0000
+++ b/regress/lib/libc/Makefile Sun Apr 21 16:24:19 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.26 2002/03/22 00:09:35 fredette Exp $
+#      $NetBSD: Makefile,v 1.27 2002/04/21 16:24:19 martin Exp $
 
 SUBDIR+= _setjmp clone db div divrem                           \
        gen hsearch int_fmtio md5sha popen regex rpc            \
        setjmp sigsetjmp string sys time
-.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
+.if (${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
 SUBDIR+= ieeefp
 .endif
 .if (${MACHINE_ARCH} != "vax")



Home | Main Index | Thread Index | Old Index