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.
This commit is contained in:
christos 2019-01-01 19:06:38 +00:00
parent 9cd3ccd06c
commit b89d30df28
2 changed files with 15 additions and 7 deletions

View File

@ -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_AMIGAAOUT2BB aout to Amiga bootblock converter. [amiga-aout2bb]
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_JOIN Relational database operator. [join]
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 @@ AR Create, modify, and extract from archives. [ar]
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 @@ CXX C++ compiler. [c++]
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]

View File

@ -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_LDFLAGS?= -pie ${${ACTIVE_CC} == "gcc":? -shared-libgcc :}
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