[PATCH v3 05/22] covoar: Add libdwarf to the include path.
Chris Johns
chrisj at rtems.org
Mon Jun 18 02:29:03 UTC 2018
---
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':
--
2.15.1
More information about the devel
mailing list