Source-Changes-HG archive

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

[src/trunk]: src/lib/csu ${MACHINE_ARCH} != "arm32" is always true now, so re...



details:   https://anonhg.NetBSD.org/src/rev/defe4a946037
branches:  trunk
changeset: 526345:defe4a946037
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 02 16:42:53 2002 +0000

description:
${MACHINE_ARCH} != "arm32" is always true now, so remove it from an if.

diffstat:

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

diffs (18 lines):

diff -r d6c14bf6d98e -r defe4a946037 lib/csu/Makefile
--- a/lib/csu/Makefile  Thu May 02 16:38:02 2002 +0000
+++ b/lib/csu/Makefile  Thu May 02 16:42:53 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2001/01/10 13:20:17 enami Exp $
+#      $NetBSD: Makefile,v 1.24 2002/05/02 16:42:53 wiz Exp $
 
 .include <bsd.own.mk>
 
@@ -17,7 +17,7 @@
        @false
 .endif
 
-.if (${OBJECT_FMT} != "ELF" && ${MACHINE_ARCH} != "arm32")
+.if (${OBJECT_FMT} != "ELF")
 SUBDIR+= c++
 .endif
 



Home | Main Index | Thread Index | Old Index