diff --git a/sr_unix/gtm_unlink_all.c b/sr_unix/gtm_unlink_all.c index 97402dc..5b922d8 100644 --- a/sr_unix/gtm_unlink_all.c +++ b/sr_unix/gtm_unlink_all.c @@ -168,7 +168,7 @@ void gtm_unlink_all(void) } free(rtnhdr); # else -# if (!defined(__linux__) && !defined(__CYGWIN__)) || !defined(__i386) || !defined(COMP_GTA) +# if (!defined(__linux__) && !defined(__CYGWIN__)) || (!defined(__i386) && !defined(__arm__)) || !defined(COMP_GTA) # error Unsupported NON-USHBIN platform # endif /* For a non-shared binary platform we need to get an approximate addr range for stp_move. This is not