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/arch/sh3 check BOOTSTRAP_ELF (from Katsu...



details:   https://anonhg.NetBSD.org/src/rev/65adf4906920
branches:  trunk
changeset: 510161:65adf4906920
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon May 21 18:26:48 2001 +0000

description:
check BOOTSTRAP_ELF (from Katsuomi Hamajima)

diffstat:

 gnu/usr.bin/gas.new/arch/sh3/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 8d7923820e09 -r 65adf4906920 gnu/usr.bin/gas.new/arch/sh3/Makefile.inc
--- a/gnu/usr.bin/gas.new/arch/sh3/Makefile.inc Mon May 21 18:21:37 2001 +0000
+++ b/gnu/usr.bin/gas.new/arch/sh3/Makefile.inc Mon May 21 18:26:48 2001 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.3 2001/02/23 22:46:37 msaitoh Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2001/05/21 18:26:48 msaitoh Exp $
 
 TARG_CPU_C=    tc-sh.c
-.if ${OBJECT_FMT} == "ELF"
+.if (${OBJECT_FMT} == "ELF") || defined(BOOTSTRAP_ELF)
 # ELF part
 TARG_CPU_C+=   e-shelf.c
 OBJ_FORMAT_C=  obj-elf.c



Home | Main Index | Thread Index | Old Index