Added __arm__ as supported non-shared binary.
Just as we did in sr_unix/gtm_trigger.c
This commit is contained in:
parent
c542303eda
commit
ffbcca706c
|
@ -168,7 +168,7 @@ void gtm_unlink_all(void)
|
||||||
}
|
}
|
||||||
free(rtnhdr);
|
free(rtnhdr);
|
||||||
# else
|
# 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
|
# error Unsupported NON-USHBIN platform
|
||||||
# endif
|
# endif
|
||||||
/* For a non-shared binary platform we need to get an approximate addr range for stp_move. This is not
|
/* For a non-shared binary platform we need to get an approximate addr range for stp_move. This is not
|
||||||
|
|
Loading…
Reference in New Issue