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 Revert pull-up of revision 1.23 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/60d7dc157926
branches:  netbsd-1-5
changeset: 491760:60d7dc157926
user:      he <he%NetBSD.org@localhost>
date:      Tue May 15 22:11:35 2001 +0000

description:
Revert pull-up of revision 1.23 (requested by mason):
  Previous sparc64 change not required on the branch.

diffstat:

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

diffs (20 lines):

diff -r 96558326312e -r 60d7dc157926 gnu/lib/Makefile
--- a/gnu/lib/Makefile  Tue May 15 22:07:48 2001 +0000
+++ b/gnu/lib/Makefile  Tue May 15 22:11:35 2001 +0000
@@ -1,14 +1,11 @@
-#      $NetBSD: Makefile,v 1.22.2.1 2001/05/15 21:44:28 he Exp $
+#      $NetBSD: Makefile,v 1.22.2.2 2001/05/15 22:11:35 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
-.if ${MACHINE_ARCH} != "sparc64"
-SUBDIR+= libstdc++
-.endif
+SUBDIR+= libg2c libgcc libobjc libstdc++
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index