Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gas.new Build gas.new if BOOTSTRAP_ELF is define...



details:   https://anonhg.NetBSD.org/src/rev/856bc4a07405
branches:  trunk
changeset: 500093:856bc4a07405
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Dec 05 09:59:31 2000 +0000

description:
Build gas.new if BOOTSTRAP_ELF is defined, regardless of MACHINE_ARCH.

diffstat:

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

diffs (19 lines):

diff -r 9d303cdae59f -r 856bc4a07405 gnu/usr.bin/gas.new/Makefile
--- a/gnu/usr.bin/gas.new/Makefile      Tue Dec 05 05:16:00 2000 +0000
+++ b/gnu/usr.bin/gas.new/Makefile      Tue Dec 05 09:59:31 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2000/11/17 06:51:35 mrg Exp $
+#      $NetBSD: Makefile,v 1.14 2000/12/05 09:59:31 scw Exp $
 #
 
 .include <bsd.own.mk>
@@ -11,7 +11,8 @@
 .endif
 
 .if (${MACHINE_ARCH} != "m68k" && ${MACHINE_ARCH} != "ns32k") ||       \
-    (${OBJECT_FMT} == "ELF" && ${MACHINE_ARCH} != "sparc64")
+    (${OBJECT_FMT} == "ELF" && ${MACHINE_ARCH} != "sparc64") ||                \
+    defined(BOOTSTRAP_ELF)
 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