Added __arm__ as supported non-shared binary.

Just as we did in sr_unix/gtm_trigger.c
This commit is contained in:
Luis Ibanez 2012-12-24 17:40:18 -05:00
parent c542303eda
commit ffbcca706c
1 changed files with 1 additions and 1 deletions

View File

@ -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