mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-3211: Refactored pcodetest scripts
This commit is contained in:
parent
8936bf9d55
commit
8004108681
7 changed files with 95 additions and 35 deletions
|
@ -400,9 +400,10 @@ class PCodeBuildGCC(PCodeTestBuild):
|
|||
# can pass this if weak symbols aren't defined
|
||||
# f += ['-Xlinker', '--unresolved-symbols=ignore-all']
|
||||
|
||||
f += self.config.ccflags.split()
|
||||
f += self.config.add_ccflags.split()
|
||||
f +=[self.config.format(g) for g in self.config.ccflags.split()]
|
||||
f += [self.config.format(g) for g in self.config.add_ccflags.split()]
|
||||
|
||||
self.log_info('Compiler flags: %s' % f)
|
||||
return f
|
||||
|
||||
def compile(self, input_files, opt_cflag, output_base):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue