Source-Changes-HG archive

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

[src/trunk]: src/tools/libelf Add tooldir include path.



details:   https://anonhg.NetBSD.org/src/rev/5fcadd279c4b
branches:  trunk
changeset: 750310:5fcadd279c4b
user:      cegger <cegger%NetBSD.org@localhost>
date:      Wed Dec 23 20:28:29 2009 +0000

description:
Add tooldir include path.
This fixes amd64 toolchain build on OSX.

diffstat:

 tools/libelf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8104e11ad5aa -r 5fcadd279c4b tools/libelf/Makefile
--- a/tools/libelf/Makefile     Wed Dec 23 20:17:13 2009 +0000
+++ b/tools/libelf/Makefile     Wed Dec 23 20:28:29 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2009/12/21 18:21:18 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2 2009/12/23 20:28:29 cegger Exp $
 
 HOSTLIB=       elf
 
@@ -45,6 +45,7 @@
 
 CLEANFILES+=   ${LIBELF_GENSRCS}
 CPPFLAGS+=     -I${.CURDIR}/../compat -I${LIBELF_DIR}
+CPPFLAGS+=     -I${TOOLDIR}/include/nbinclude
 
 CPPFLAGS+=     -DLIBELF_TEST_HOOKS
 



Home | Main Index | Thread Index | Old Index