Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib Don't make libstdc++ with old toolchain on ARM ELF



details:   https://anonhg.NetBSD.org/src/rev/796dd069ae56
branches:  trunk
changeset: 513309:796dd069ae56
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 28 06:59:02 2001 +0000

description:
Don't make libstdc++ with old toolchain on ARM ELF

diffstat:

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

diffs (18 lines):

diff -r ca73d2bbd709 -r 796dd069ae56 gnu/lib/Makefile
--- a/gnu/lib/Makefile  Sat Jul 28 06:57:07 2001 +0000
+++ b/gnu/lib/Makefile  Sat Jul 28 06:59:02 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2001/07/24 19:44:47 tv Exp $
+#      $NetBSD: Makefile,v 1.25 2001/07/28 06:59:02 matt Exp $
 
 .if defined(USE_NEW_TOOLCHAIN)
 
@@ -14,7 +14,7 @@
 
 .if empty(HAVE_GCC29) || make (obj) || make(cleandir) || make(clean)
 SUBDIR+= libg2c libgcc libobjc
-.if ${MACHINE_ARCH} != "sparc64"
+.if (${MACHINE_ARCH} != "sparc64") && (${MACHINE_ARCH} != "arm")
 SUBDIR+= libstdc++
 .endif
 .endif



Home | Main Index | Thread Index | Old Index