Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin don't build these (binutils 2.9.1) tools on spar...



details:   https://anonhg.NetBSD.org/src/rev/ae26e3d3c7dd
branches:  trunk
changeset: 499329:ae26e3d3c7dd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Nov 17 06:51:35 2000 +0000

description:
don't build these (binutils 2.9.1) tools on sparc64.

diffstat:

 gnu/usr.bin/gas.new/Makefile |  4 ++--
 gnu/usr.bin/ld.new/Makefile  |  5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 37205af9a626 -r ae26e3d3c7dd gnu/usr.bin/gas.new/Makefile
--- a/gnu/usr.bin/gas.new/Makefile      Fri Nov 17 06:24:56 2000 +0000
+++ b/gnu/usr.bin/gas.new/Makefile      Fri Nov 17 06:51:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2000/06/17 17:59:35 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.13 2000/11/17 06:51:35 mrg 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 \
diff -r 37205af9a626 -r ae26e3d3c7dd gnu/usr.bin/ld.new/Makefile
--- a/gnu/usr.bin/ld.new/Makefile       Fri Nov 17 06:24:56 2000 +0000
+++ b/gnu/usr.bin/ld.new/Makefile       Fri Nov 17 06:51:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2000/05/13 19:50:51 msaitoh Exp $
+#      $NetBSD: Makefile,v 1.19 2000/11/17 06:51:36 mrg Exp $
 
 # for OBJECT_FMT, UNPRIVILEGED
 .include <bsd.own.mk>
@@ -14,8 +14,7 @@
     (${MACHINE_ARCH} == "mipsel") || \
     (${MACHINE_ARCH} == "powerpc") || \
     (${MACHINE_ARCH} == "sh3") || \
-    (${MACHINE_ARCH} == "sparc" && defined(ELF_PLEASE)) || \
-    (${MACHINE_ARCH} == "sparc64")
+    (${MACHINE_ARCH} == "sparc" && defined(ELF_PLEASE))
 PROG=          ld
 MAN=           ld.1
 SRCS=          ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c ldmain.c ldmisc.c \



Home | Main Index | Thread Index | Old Index