From: Andy Polyakov Date: Tue, 21 Apr 2015 07:13:27 +0000 (+0200) Subject: Configurations/10-main.conf: update iOS commentary. X-Git-Tag: OpenSSL_1_1_0-pre1~1155 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=d11582f133bf49d47054b97a0406b13fbeecbdef;ds=sidebyside Configurations/10-main.conf: update iOS commentary. Reviewed-by: Richard Levitte --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 372080cf7e..1d1a212cae 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1388,7 +1388,7 @@ inherit_from => [ "darwin-common", asm("armv4_asm") ], # It should be possible to go below iOS 6 and even add -arch armv6, # thus targeting iPhone pre-3GS, but it's assumed to be irrelevant - # at this point (and impossible to download SDK for). + # at this point. cflags => "-arch armv7 -mios-version-min=6.0.0 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common", sys_id => "iOS", perlasm_scheme => "ios32",