Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf Define ${ELF2ECOFF} and use it so that we...



details:   https://anonhg.NetBSD.org/src/rev/f3f7f6cc3fae
branches:  trunk
changeset: 508847:f3f7f6cc3fae
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 21 05:54:02 2001 +0000

description:
Define ${ELF2ECOFF} and use it so that we can specify objcopy
for it on cross environment.

diffstat:

 sys/arch/pmax/conf/Makefile.pmax.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r fe906698a85b -r f3f7f6cc3fae sys/arch/pmax/conf/Makefile.pmax.inc
--- a/sys/arch/pmax/conf/Makefile.pmax.inc      Sat Apr 21 05:35:20 2001 +0000
+++ b/sys/arch/pmax/conf/Makefile.pmax.inc      Sat Apr 21 05:54:02 2001 +0000
@@ -1,5 +1,6 @@
-#      $NetBSD: Makefile.pmax.inc,v 1.1 2000/12/03 07:39:34 simonb Exp $
+#      $NetBSD: Makefile.pmax.inc,v 1.2 2001/04/21 05:54:02 tsutsui Exp $
+ELF2ECOFF?=    elf2ecoff
 
 POST_STRIP_SYSTEM_LD_TAIL=; \
-               echo elf2ecoff $@ $@.ecoff; elf2ecoff $@ $@.ecoff; \
+               echo ${ELF2ECOFF} $@ $@.ecoff; ${ELF2ECOFF} $@ $@.ecoff; \
                chmod 755 $@.ecoff



Home | Main Index | Thread Index | Old Index