Source-Changes-HG archive

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

[src/trunk]: src/tools/dbsym Support for building the new BFD-using dbsym(8) ...



details:   https://anonhg.NetBSD.org/src/rev/22193067598d
branches:  trunk
changeset: 517239:22193067598d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Nov 09 05:53:26 2001 +0000

description:
Support for building the new BFD-using dbsym(8) as a targeted host
tool.

diffstat:

 tools/dbsym/Makefile |  17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r c8ff432e1bb3 -r 22193067598d tools/dbsym/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/dbsym/Makefile      Fri Nov 09 05:53:26 2001 +0000
@@ -0,0 +1,17 @@
+#      $NetBSD: Makefile,v 1.1 2001/11/09 05:53:26 thorpej Exp $
+
+DBSYM_TARET_PREFIX=${MACHINE_GNU_PLATFORM}-
+
+HOSTPROGNAME=  ${DBSYM_TARET_PREFIX}dbsym
+HOST_SRCDIR=   gnu/usr.sbin/dbsym
+
+BFDDIR=        ${TOOLCHAINOBJDIR}/toolchain/bfd
+IBERTYDIR= ${TOOLCHAINOBJDIR}/toolchain/libiberty
+
+.include "${.CURDIR}/../Makefile.host"
+
+TOOLCHAINOBJDIR!= cd ${_CURDIR}/../toolchain && ${PRINTOBJDIR}
+
+HOST_CPPFLAGS+= -I${BFDDIR} -I${DIST}/include
+
+${TIMESTAMP}: ${SRCS}



Home | Main Index | Thread Index | Old Index