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/binutils Pullup 1.11 [mrg]:
details: https://anonhg.NetBSD.org/src/rev/c3a2497d5f15
branches: netbsd-1-5
changeset: 489986:c3a2497d5f15
user: tv <tv%NetBSD.org@localhost>
date: Wed Oct 25 16:30:31 2000 +0000
description:
Pullup 1.11 [mrg]:
don't build binutils 2.9.1 for sparc64 -- it causes issues.
diffstat:
gnu/usr.bin/binutils/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6a919ff472b5 -r c3a2497d5f15 gnu/usr.bin/binutils/Makefile
--- a/gnu/usr.bin/binutils/Makefile Wed Oct 25 16:29:11 2000 +0000
+++ b/gnu/usr.bin/binutils/Makefile Wed Oct 25 16:30:31 2000 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.10 1999/02/11 16:15:55 tv Exp $
+# $NetBSD: Makefile,v 1.10.8.1 2000/10/25 16:30:31 tv Exp $
+.if (${MACHINE_ARCH} != sparc64)
SUBDIR= common addr2line ar c++filt nm objcopy objdump ranlib size \
strings strip
all-addr2line all-ar all-c++filt all-nm all-objcopy all-objdump \
all-ranlib all-size all-strings all-strip: all-common
+.endif
TEXINFO= binutils.info
INFOFLAGS= -I${.CURDIR}/../../dist/binutils
Home |
Main Index |
Thread Index |
Old Index