1*9880d681SAndroid Build Coastguard Workerif 'armv4' in config.root.target_triple or \ 2*9880d681SAndroid Build Coastguard Worker 'armv5' in config.root.target_triple: 3*9880d681SAndroid Build Coastguard Worker config.unsupported = True 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Worker# This is temporary, until Remote MCJIT works on ARM 6*9880d681SAndroid Build Coastguard Worker# See http://llvm.org/bugs/show_bug.cgi?id=18057 7*9880d681SAndroid Build Coastguard Worker#if 'armv7' in config.root.target_triple: 8*9880d681SAndroid Build Coastguard Worker# config.unsupported = True 9