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/gas.new Pull up revision 1.13 (requested by...
details: https://anonhg.NetBSD.org/src/rev/b04cd2a5cb66
branches: netbsd-1-5
changeset: 491299:b04cd2a5cb66
user: he <he%NetBSD.org@localhost>
date: Sun Apr 22 17:45:30 2001 +0000
description:
Pull up revision 1.13 (requested by mrg):
Don't build these (binutils 2.9.1) on sparc64.
diffstat:
gnu/usr.bin/gas.new/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 03caaed7f99a -r b04cd2a5cb66 gnu/usr.bin/gas.new/Makefile
--- a/gnu/usr.bin/gas.new/Makefile Sun Apr 22 17:36:51 2001 +0000
+++ b/gnu/usr.bin/gas.new/Makefile Sun Apr 22 17:45:30 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/06/17 17:59:35 tsutsui Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2001/04/22 17:45:30 he Exp $
#
.include <bsd.own.mk>
@@ -11,7 +11,7 @@
.endif
.if (${MACHINE_ARCH} != "m68k" && ${MACHINE_ARCH} != "ns32k") || \
- (${OBJECT_FMT} == "ELF")
+ (${OBJECT_FMT} == "ELF" && ${MACHINE_ARCH} != "sparc64")
PROG= as
MAN= as.1
SRCS= app.c as.c atof-generic.c bignum-copy.c cond.c depend.c \
Home |
Main Index |
Thread Index |
Old Index