summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
Diffstat (limited to 'fips')
-rw-r--r--fips/fips_canister.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fips/fips_canister.c b/fips/fips_canister.c
index a209172f43..f00fc7b365 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -28,7 +28,8 @@ const void *FIPS_text_end(void);
#endif
#if !defined(FIPS_REF_POINT_IS_CROSS_COMPILER_AWARE)
-# if (defined(__ANDROID__) && (defined(__arm__) || defined(__arm))) || \
+# if (defined(__ANDROID__) && (defined(__arm__) || defined(__arm) || \
+ defined(__i386__)|| defined(__i386))) || \
(defined(__vxworks) && (defined(__ppc__) || defined(__ppc))) || \
(defined(__linux) && defined(__PPC__) && !defined(__PPC64__))
# define FIPS_REF_POINT_IS_CROSS_COMPILER_AWARE