Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk add READELF and STRINGS
details: https://anonhg.NetBSD.org/src/rev/f8cd4fb8d7d5
branches: trunk
changeset: 338945:f8cd4fb8d7d5
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Jun 18 22:29:12 2015 +0000
description:
add READELF and STRINGS
diffstat:
share/mk/bsd.README | 6 +++++-
share/mk/bsd.own.mk | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (51 lines):
diff -r 58116c8ea5b6 -r f8cd4fb8d7d5 share/mk/bsd.README
--- a/share/mk/bsd.README Thu Jun 18 19:49:08 2015 +0000
+++ b/share/mk/bsd.README Thu Jun 18 22:29:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.342 2015/05/28 14:36:45 rjs Exp $
+# $NetBSD: bsd.README,v 1.343 2015/06/18 22:29:12 pooka Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -1943,8 +1943,12 @@
RANLIB Generate index to archive. [ranlib]
+READELF Display information from ELF object files. [readelf]
+
SIZE List section sizes and total size. [size]
+STRINGS Display printable character sequences in files. [strings]
+
STRIP Discard symbols from object files. [strip]
TSORT Topological sort of a directed graph. [tsort -q]
diff -r 58116c8ea5b6 -r f8cd4fb8d7d5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Jun 18 19:49:08 2015 +0000
+++ b/share/mk/bsd.own.mk Thu Jun 18 22:29:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.853 2015/06/04 05:56:23 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.854 2015/06/18 22:29:12 pooka Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -226,7 +226,9 @@
OBJCOPY= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-objcopy
OBJDUMP= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-objdump
RANLIB= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-ranlib
+READELF= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-readelf
SIZE= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-size
+STRINGS= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-strings
STRIP= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-strip
TOOL_CC.gcc= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-gcc
@@ -249,7 +251,9 @@
OBJCOPY= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-objcopy
OBJDUMP= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-objdump
RANLIB= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ranlib
+READELF= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-readelf
SIZE= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-size
+STRINGS= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-strings
STRIP= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-strip
# GCC supports C, C++, Fortran and Objective C
Home |
Main Index |
Thread Index |
Old Index