1*9880d681SAndroid Build Coastguard Workerimport sys 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workerif config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']: 4*9880d681SAndroid Build Coastguard Worker config.unsupported = True 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker# FIXME: These tests don't pass with the COFF rtld. 7*9880d681SAndroid Build Coastguard Workerif sys.platform == 'win32': 8*9880d681SAndroid Build Coastguard Worker config.unsupported = True 9