From e2d9e7bc7b347b7fb2354886d694f55e8a6007b6 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 4 Apr 2016 18:29:07 +0000 Subject: For the benefit of compilers not using our native C runtime environment, install a "sysident.o" file providing the note identifying NetBSD executables (and marking the currently installed version). --- lib/csu/common/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/csu/common/Makefile.inc b/lib/csu/common/Makefile.inc index 645691a15ed..780ce155d0b 100644 --- a/lib/csu/common/Makefile.inc +++ b/lib/csu/common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.27 2016/03/29 21:23:05 skrll Exp $ +# $NetBSD: Makefile.inc,v 1.28 2016/04/04 18:29:07 martin Exp $ .include @@ -12,6 +12,7 @@ CPPFLAGS+= -I${NETBSDSRCDIR}/libexec/ld.elf_so -I${COMMON_DIR} -I. OBJS+= crt0.o gcrt0.o crti.o crtn.o OBJS+= crtbegin.o crtend.o +OBJS+= sysident.o .if ${MKPIC} == "yes" OBJS+= crtbeginS.o @@ -129,6 +130,7 @@ CLEANFILES+= sysident_assym.h crti.o: crti.S sysident_assym.h sysident.S crtn.o: crtn.S +sysident.o: sysident.S sysident_assym.h FILES=${OBJS} FILESDIR=${LIBDIR} -- cgit