| Index: runtime/vm/assembler_arm.cc
|
| ===================================================================
|
| --- runtime/vm/assembler_arm.cc (revision 27506)
|
| +++ runtime/vm/assembler_arm.cc (working copy)
|
| @@ -13,7 +13,7 @@
|
| #include "vm/stub_code.h"
|
|
|
| // An extra check since we are assuming the existence of /proc/cpuinfo below.
|
| -#if !defined(USING_SIMULATOR) && !defined(__linux__) && !defined(ANDROID)
|
| +#if !defined(USING_SIMULATOR) && !defined(__linux__)
|
| #error ARM cross-compile only supported on Linux
|
| #endif
|
|
|
|
|