summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-10-15 08:32:16 +0000
committerAndy Polyakov <appro@openssl.org>2011-10-15 08:32:16 +0000
commit8fcdb1e60f0dcc09dff5395de95e884d4f8610ce (patch)
treec5e23a0413a6ead732e47540bb225ff60045e9d0 /fips
parente1db7c4e7a4913e29ed6d4b355a4c7b643138f33 (diff)
Add android-x86.
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