diff --git a/binary/include/pmt.h b/binary/include/pmt.h index b793751..3f03569 100644 --- a/binary/include/pmt.h +++ b/binary/include/pmt.h @@ -28,7 +28,7 @@ extern "C" { #endif /* compiler architecture if arm is not 32-bit or 64-bit, the compilation is stopped */ -#if ! defined __aarch64__ || __aarch32__ || __armv8__ || __armv7l__ +#if ! defined __aarch64__ || __aarch32__ || __armv8__ || __armv7l__ || __arm__ #error "only 32-bit or 64-bit arm compilers can be used" #endif