Module Name: src
Committed By: christos
Date: Mon Feb 1 02:16:48 UTC 2016
Modified Files:
src/external/bsd/elftoolchain/dist/libelf: _libelf_config.h
Log Message:
For the tools version we determine our own arch, we don't need to figure
it out at runtime in the linux case.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/elftoolchain/dist/libelf/_libelf_config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/elftoolchain/dist/libelf/_libelf_config.h
diff -u src/external/bsd/elftoolchain/dist/libelf/_libelf_config.h:1.3 src/external/bsd/elftoolchain/dist/libelf/_libelf_config.h:1.4
--- src/external/bsd/elftoolchain/dist/libelf/_libelf_config.h:1.3 Tue Sep 29 15:43:39 2015
+++ src/external/bsd/elftoolchain/dist/libelf/_libelf_config.h Sun Jan 31 21:16:48 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: _libelf_config.h,v 1.3 2015/09/29 19:43:39 christos Exp $ */
+/* $NetBSD: _libelf_config.h,v 1.4 2016/02/01 02:16:48 christos Exp $ */
/*-
* Copyright (c) 2008-2011 Joseph Koshy
@@ -156,6 +156,7 @@
* kernel such as GNU/kFreeBSD.
*/
+#ifndef HAVE_NBTOOL_CONFIG_H
#if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
#if defined(__linux__)
@@ -177,3 +178,4 @@
#endif
#endif /* defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) */
+#endif /* HAVE_NBTOOL_CONFIG_H */