Fixing architecture_triplet
This commit is contained in:
parent
302a8eedbf
commit
b2d73ebe58
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ def load_config (c):
|
|||
if 'arch_triplet' in b:
|
||||
arch_triplet = b.pop ('arch_triplet')
|
||||
else:
|
||||
arch_triplet = None
|
||||
arch_triplet = []
|
||||
btype = b.pop ('type')
|
||||
factory = globals ()[ "RunTestGDB%s" % btype ]
|
||||
b['factory'] = factory (arch_triplet)
|
||||
|
|
Loading…
Reference in a new issue