You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|