Source-Changes-HG archive

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

[src/trunk]: src/share/mk document the elf2foo tools.



details:   https://anonhg.NetBSD.org/src/rev/e19817ce64c7
branches:  trunk
changeset: 447134:e19817ce64c7
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 01 19:06:38 2019 +0000

description:
document the elf2foo tools.
The bsd.sys.mk tools are un-prefixed, since the "right" version is installed
for the platform, as opposed to the tools ones which should be able to
co-exist.

diffstat:

 share/mk/bsd.README |  14 +++++++++++---
 share/mk/bsd.sys.mk |   8 ++++----
 2 files changed, 15 insertions(+), 7 deletions(-)

diffs (71 lines):

diff -r 37f8d432ecde -r e19817ce64c7 share/mk/bsd.README
--- a/share/mk/bsd.README       Tue Jan 01 18:46:03 2019 +0000
+++ b/share/mk/bsd.README       Tue Jan 01 19:06:38 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.386 2018/11/15 09:23:50 martin Exp $
+#      $NetBSD: bsd.README,v 1.387 2019/01/01 19:06:38 christos Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -865,7 +865,9 @@
 
 TOOL_AMIGAELF2BB       ELF to Amiga bootblock converter.  [amiga-elf2bb]
 
-TOOL_AMIGATXLT         Amige assembly language format translator.  [amiga-txlt]
+TOOL_AMIGATXLT         Amiga assembly language format translator.  [amiga-txlt]
+
+TOOL_ARMELF2AOUT       ELF to a.out executable converter [arm-elf2aout}
 
 TOOL_ASN1_COMPILE      ASN1 compiler.  [asn1_compile]
 
@@ -928,6 +930,8 @@
 
 TOOL_M4                        M4 macro language processor.  [m4]
 
+TOOL_M68KELF2AOUT      ELF to a.out executable converter [m68k-elf2aout}
+
 TOOL_MACPPCFIXCOFF     Fix up xcoff headers for macppc.  [macppc-fixcoff]
 
 TOOL_MAKEFS            Create file system image from directory tree.  [makefs]
@@ -1974,6 +1978,8 @@
 
 ARFLAGS                Options to ${AR}.  [rl]
 
+ARM_ELF2AOUT   Convert ELF-format executable to a.out.  [elf2aout]
+
 AS             Assembler.  [as]
 
 AFLAGS         Options to ${CC} when compiling or linking .s or .S
@@ -2000,7 +2006,9 @@
 
 CXXFLAGS       Options to ${CXX}.  [${CFLAGS}]
 
-ELF2ECOFF      Convert ELF-format executable to ECOFF.  [elf2ecoff]
+M68K_ELF2AOUT  Convert ELF-format executable to a.out.  [elf2aout]
+
+MIPS_ELF2ECOFF Convert ELF-format executable to ECOFF.  [elf2ecoff]
 
 FC             Fortran compiler.  [f77]
 
diff -r 37f8d432ecde -r e19817ce64c7 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Tue Jan 01 18:46:03 2019 +0000
+++ b/share/mk/bsd.sys.mk       Tue Jan 01 19:06:38 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.288 2018/12/31 13:31:25 christos Exp $
+#      $NetBSD: bsd.sys.mk,v 1.289 2019/01/01 19:06:38 christos Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -247,9 +247,9 @@
 PIE_AFLAGS?=       -fPIE
 .endif
 
-ARM_ELF2AOUT?= arm-elf2aout
-M68K_ELF2AOUT?=        m68k-elf2aout
-MIPS_ELF2ECOFF?=       mips-elf2ecoff
+ARM_ELF2AOUT?= elf2aout
+M68K_ELF2AOUT?=        elf2aout
+MIPS_ELF2ECOFF?=       elf2ecoff
 MKDEP?=                mkdep
 MKDEPCXX?=     mkdep
 OBJCOPY?=      objcopy



Home | Main Index | Thread Index | Old Index