From ffbcca706c571f2bcebdb87fef3056e0a7daf76c Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Mon, 24 Dec 2012 17:40:18 -0500 Subject: [PATCH] Added __arm__ as supported non-shared binary. Just as we did in sr_unix/gtm_trigger.c --- sr_unix/gtm_unlink_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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