Source-Changes-HG archive

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

[src/netbsd-7]: src/tools Pull up following revision(s) (requested by uwe in ...



details:   https://anonhg.NetBSD.org/src/rev/636c715de3fa
branches:  netbsd-7
changeset: 800084:636c715de3fa
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Dec 18 08:05:52 2016 +0000

description:
Pull up following revision(s) (requested by uwe in ticket #1332):
        tools/Makefile.nbincludes: revision 1.4
Add endian_machdep.h files for sh3 machines to _ARCH_INCS as
sh3/include/elf_machdep.h needs it since r1.11.
Unbreaks tools build on non-netbsd hosts (and whatever problems on
netbsd hosts of different endianness that might have been caused by
the mismatch).

diffstat:

 tools/Makefile.nbincludes |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r f5af1ff56204 -r 636c715de3fa tools/Makefile.nbincludes
--- a/tools/Makefile.nbincludes Sun Dec 18 08:03:09 2016 +0000
+++ b/tools/Makefile.nbincludes Sun Dec 18 08:05:52 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.nbincludes,v 1.3 2012/08/05 06:20:14 christos Exp $
+#      $NetBSD: Makefile.nbincludes,v 1.3.10.1 2016/12/18 08:05:52 snj Exp $
 
 # NOxxx definitions are copied from Makefile.host, and are
 # required before .include <bsd.own.mk>.   The include of bsd.own.mk
@@ -26,6 +26,11 @@
 
 _ARCH_INCS+=   ews4800mips/include/pdinfo.h ews4800mips/include/vtoc.h
 
+# for sh3/include/elf_machdep.h
+.for sh3mach in dreamcast evbsh3 hpcsh landisk mmeye sh3
+_ARCH_INCS+=   ${sh3mach}/include/endian_machdep.h
+.endfor
+
 _INCS=         disktab.h
 _SYSINCS=      bootblock.h \
                disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \



Home | Main Index | Thread Index | Old Index