Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/include Handle the HAVE_NBTOOL_CONFIG_H case.



details:   https://anonhg.NetBSD.org/src/rev/49d3043edbdf
branches:  trunk
changeset: 754940:49d3043edbdf
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Mon May 17 09:13:03 2010 +0000

description:
Handle the HAVE_NBTOOL_CONFIG_H case.

Fixes hp700 build with objdir.

diffstat:

 sys/arch/hp700/include/elf_machdep.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aef5d4227d1a -r 49d3043edbdf sys/arch/hp700/include/elf_machdep.h
--- a/sys/arch/hp700/include/elf_machdep.h      Mon May 17 08:09:20 2010 +0000
+++ b/sys/arch/hp700/include/elf_machdep.h      Mon May 17 09:13:03 2010 +0000
@@ -1,3 +1,7 @@
-/*     $NetBSD: elf_machdep.h,v 1.1 2002/06/06 19:48:07 fredette Exp $ */
+/*     $NetBSD: elf_machdep.h,v 1.2 2010/05/17 09:13:03 ahoka Exp $    */
 
+#if HAVE_NBTOOL_CONFIG_H
+#include <nbinclude/hppa/elf_machdep.h>
+#else
 #include <hppa/elf_machdep.h>
+#endif



Home | Main Index | Thread Index | Old Index