summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-10-23 16:04:01 +0200
committerAndy Polyakov <appro@openssl.org>2014-10-23 16:04:01 +0200
commitb06f7d9ac0752083e7443dddc9e5ac3e198063d4 (patch)
tree4c4f3c0b65cc770faac3641167ddce38d16b2b85 /TABLE
parent9f4bd9d5f932078c485a98f39c3313481898738a (diff)
Configure: add ios64 target.
Reviewed-by: Steve Marquess <marquess@openssl.org>
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE36
1 files changed, 35 insertions, 1 deletions
diff --git a/TABLE b/TABLE
index 910b2ae091..d778dac1df 100644
--- a/TABLE
+++ b/TABLE
@@ -3876,8 +3876,42 @@ $ranlib =
$arflags =
$multilib =
+*** ios64-cross
+$cc = cc
+$cflags = -O3 -arch arm64 -mios-version-min=7.0.0 -isysroot $(CROSS_TOP)/SDKs/$(CROSS_SDK) -fno-common
+$unistd =
+$thread_cflag = -D_REENTRANT
+$sys_id = iOS
+$lflags = -Wl,-search_paths_first%
+$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR -RC4_CHUNK DES_INT DES_UNROLL -BF_PTR
+$cpuid_obj =
+$bn_obj =
+$ec_obj =
+$des_obj =
+$aes_obj =
+$bf_obj =
+$md5_obj =
+$sha1_obj =
+$cast_obj =
+$rc4_obj =
+$rmd160_obj =
+$rc5_obj =
+$wp_obj =
+$cmll_obj =
+$modes_obj =
+$engines_obj =
+$perlasm_scheme = void
+$dso_scheme = dlfcn
+$shared_target= darwin-shared
+$shared_cflag = -fPIC -fno-common
+$shared_ldflag = -dynamiclib
+$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
+$ranlib =
+$arflags =
+$multilib =
+
*** iphoneos-cross
-$cc = llvm-gcc
+$cc = cc
$cflags = -O3 -isysroot $(CROSS_TOP)/SDKs/$(CROSS_SDK) -fomit-frame-pointer -fno-common
$unistd =
$thread_cflag = -D_REENTRANT