279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
9 lines
292 B
INI
9 lines
292 B
INI
if 'armv4' in config.root.target_triple or \
|
|
'armv5' in config.root.target_triple:
|
|
config.unsupported = True
|
|
|
|
# This is temporary, until Remote MCJIT works on ARM
|
|
# See http://llvm.org/bugs/show_bug.cgi?id=18057
|
|
#if 'armv7' in config.root.target_triple:
|
|
# config.unsupported = True
|