Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot/boot Make this build without installed DES...



details:   https://anonhg.NetBSD.org/src/rev/38d2f56b4960
branches:  trunk
changeset: 813122:38d2f56b4960
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 17 03:08:39 2016 +0000

description:
Make this build without installed DESTDIR files.

diffstat:

 sys/arch/vax/boot/boot/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r f01fe8d58a23 -r 38d2f56b4960 sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Sun Jan 17 01:40:39 2016 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Sun Jan 17 03:08:39 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.42 2014/05/24 07:38:42 martin Exp $
+#      $NetBSD: Makefile,v 1.43 2016/01/17 03:08:39 tsutsui Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -8,7 +8,13 @@
 DEVS=  hp.c ctu.c ra.c mfm.c if_qe.c if_le.c if_ze.c if_de.c if_ni.c
 SRCS=  srt0.S boot.c devopen.c conf.c autoconf.c netio.c rom.c romread.S \
        consio.c consio2.S str.S ${DEVS} findcpu.c vers.c
+
+# XXX SHOULD NOT NEED TO DEFINE THESE!
 LIBC=
+LIBCRT0=
+LIBCRTI=
+LIBCRTBEGIN=
+LIBCRTEND=
 
 CLEANFILES+=${PROG} ${PROG}.sym vers.c
 # XXX - hack, doesn't work with -O2 and gcc 4.8



Home | Main Index | Thread Index | Old Index