diff options
Diffstat (limited to 'SConstruct')
-rwxr-xr-x | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 92440d7b9..9f7dd96e1 100755 --- a/SConstruct +++ b/SConstruct @@ -953,6 +953,7 @@ if not have_kvm: # Check if the requested target ISA is compatible with the host def is_isa_kvm_compatible(isa): isa_comp_table = { + "arm" : ( "armv7l" ), } try: import platform |