From 1e21ea76b743f29b7c17952f5f19d15b53dc5afd Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 8 May 2018 15:09:47 +1000 Subject: linkers/exe-info: Add DWARF support to gather and check producer details. - Provide support to list the compilers and assemblers used to build an executable. - List the machine flags showing which flags are common and which are not. --- linkers/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linkers/wscript') diff --git a/linkers/wscript b/linkers/wscript index ecb0335..10fe2a0 100644 --- a/linkers/wscript +++ b/linkers/wscript @@ -70,7 +70,7 @@ def build(bld): # # The list of modules. # - modules = ['rld', 'elf', 'iberty'] + modules = ['rld', 'dwarf', 'elf', 'iberty'] # # The list of defines -- cgit v1.2.3