[rtems-tools commit] covoar: Add libdwarf to the include path.
Chris Johns
chrisj at rtems.org
Tue Jun 19 03:43:07 UTC 2018
Module: rtems-tools
Branch: master
Commit: dbb56a823cb8483c1c4e09031729975fa8edc047
Changeset: http://git.rtems.org/rtems-tools/commit/?id=dbb56a823cb8483c1c4e09031729975fa8edc047
Author: Chris Johns <chrisj at rtems.org>
Date: Tue May 8 15:09:42 2018 +1000
covoar: Add libdwarf to the include path.
---
tester/covoar/wscript | 1 +
1 file changed, 1 insertion(+)
diff --git a/tester/covoar/wscript b/tester/covoar/wscript
index 55d5ec9..645052f 100644
--- a/tester/covoar/wscript
+++ b/tester/covoar/wscript
@@ -62,6 +62,7 @@ def build(bld):
rtemstoolkit = '../../rtemstoolkit'
rtl_includes = [rtemstoolkit,
rtemstoolkit + '/elftoolchain/libelf',
+ rtemstoolkit + '/elftoolchain/libdwarf',
rtemstoolkit + '/elftoolchain/common',
rtemstoolkit + '/libiberty']
if bld.env.DEST_OS == 'win32':
More information about the vc
mailing list