aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-04-21 09:13:27 +0200
committerAndy Polyakov <appro@openssl.org>2015-05-13 17:11:28 +0200
commitd11582f133bf49d47054b97a0406b13fbeecbdef (patch)
treeb1a47a50b4cbeb6d1f5899e7a0fd2712a6d600ea /Configurations
parentc4cd8316068f1c3b5a0050e60b3ea21a20db276e (diff)
downloadopenssl-d11582f133bf49d47054b97a0406b13fbeecbdef.tar.gz
Configurations/10-main.conf: update iOS commentary.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 1 insertions, 1 deletions
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",