Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/gnu/usr.bin/egcs pull up 1.11 (approved by thorpej):
details: https://anonhg.NetBSD.org/src/rev/86b90c4f44c8
branches: netbsd-1-5
changeset: 488955:86b90c4f44c8
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 07 01:36:22 2000 +0000
description:
pull up 1.11 (approved by thorpej):
>don't build egcs 1.1.2 on sparc64; it is broken and useless
diffstat:
gnu/usr.bin/egcs/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 41c08c8c0d18 -r 86b90c4f44c8 gnu/usr.bin/egcs/Makefile
--- a/gnu/usr.bin/egcs/Makefile Mon Aug 07 01:31:42 2000 +0000
+++ b/gnu/usr.bin/egcs/Makefile Mon Aug 07 01:36:22 2000 +0000
@@ -1,10 +1,16 @@
-# $NetBSD: Makefile,v 1.10 1999/03/12 22:06:43 sommerfe Exp $
+# $NetBSD: Makefile,v 1.10.8.1 2000/08/07 01:36:22 mrg Exp $
+.include <bsd.own.mk>
+
+.if (${MACHINE_ARCH} != "sparc64")
SUBDIR= common cc1 cc1plus cc1obj f771 \
c89 cc cpp collect2 g++ g77 gcov
all-cc1 all-cc1obj all-cc1plus all-f771: all-common
depend-cc1 depend-cc1obj depend-cc1plus depend-f771: depend-common
+.else
+SUBDIR= cc cpp g++ g77
+.endif
TEXINFO= cpp.texi g77.texi gcc.texi g++FAQ.texi
INFOFLAGS= -I${DIST}/gcc/cp -I${DIST}/gcc/f -I${DIST}/gcc
Home |
Main Index |
Thread Index |
Old Index