Comment 4 for bug 1585702

Revision history for this message
Brian Murray (brian-murray) wrote :

If you don't want to remove the arch checks this works:

           if 'aarch64' in arch:
               command += ['--ex', 'set architecture aarch64', '--ex', 'set gnutarget elf64-littleaarch64']
           elif 'ppc64le' in arch:
               command += ['--ex', 'set architecture powerpc:common64', '--ex', 'set gnutarget elf64-powerpcle']