Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/lib Pull up revision 1.23 (requested by mason):



details:   https://anonhg.NetBSD.org/src/rev/957656f63c13
branches:  netbsd-1-5
changeset: 491754:957656f63c13
user:      he <he%NetBSD.org@localhost>
date:      Tue May 15 21:44:28 2001 +0000

description:
Pull up revision 1.23 (requested by mason):
  Do not try to build libstdc++ on sparc64, as it currently does
  not build.

diffstat:

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

diffs (20 lines):

diff -r 1ddd0cce8bc4 -r 957656f63c13 gnu/lib/Makefile
--- a/gnu/lib/Makefile  Tue May 15 21:39:40 2001 +0000
+++ b/gnu/lib/Makefile  Tue May 15 21:44:28 2001 +0000
@@ -1,11 +1,14 @@
-#      $NetBSD: Makefile,v 1.22 2000/05/10 22:39:29 thorpej Exp $
+#      $NetBSD: Makefile,v 1.22.2.1 2001/05/15 21:44:28 he Exp $
 
 HAVE_GCC29!=   ${CXX} --version | egrep "^(2\.9)" ; echo
 
 SUBDIR+= libbfd libmalloc
 
 .if empty(HAVE_GCC29) || make (obj) || make(cleandir) || make(clean)
-SUBDIR+= libg2c libgcc libobjc libstdc++
+SUBDIR+= libg2c libgcc libobjc
+.if ${MACHINE_ARCH} != "sparc64"
+SUBDIR+= libstdc++
+.endif
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index