| Index: runtime/vm/assembler_arm.cc
|
| diff --git a/runtime/vm/assembler_arm.cc b/runtime/vm/assembler_arm.cc
|
| index f49cfe6f25e0bae7e5dab4f5ffa66c9dd11b8b44..d7673d03f859ba273595efd75e389be81130fbc0 100644
|
| --- a/runtime/vm/assembler_arm.cc
|
| +++ b/runtime/vm/assembler_arm.cc
|
| @@ -14,7 +14,8 @@
|
| #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__) && !defined(ANDROID) && \
|
| + !TARGET_OS_IOS
|
| #error ARM cross-compile only supported on Linux
|
| #endif
|
|
|
|
|