Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/elftoolchain/dist/libelf For the tools version ...
details: https://anonhg.NetBSD.org/src/rev/7b159a3eef67
branches: trunk
changeset: 343373:7b159a3eef67
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 01 02:16:48 2016 +0000
description:
For the tools version we determine our own arch, we don't need to figure
it out at runtime in the linux case.
diffstat:
external/bsd/elftoolchain/dist/libelf/_libelf_config.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 1ece2d668664 -r 7b159a3eef67 external/bsd/elftoolchain/dist/libelf/_libelf_config.h
--- a/external/bsd/elftoolchain/dist/libelf/_libelf_config.h Mon Feb 01 02:12:55 2016 +0000
+++ b/external/bsd/elftoolchain/dist/libelf/_libelf_config.h Mon Feb 01 02:16:48 2016 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index