[PATCH v2 05/10] covoar: Add libdwarf to the include path.

Chris Johns chrisj at rtems.org
Tue May 8 05:09:42 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