Remove mios-simulator-version-min from default iOS configuration
authorLars Schmertmann <SmallLars@t-online.de>
Fri, 19 Jan 2024 15:24:52 +0000 (16:24 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 22 Jan 2024 09:08:31 +0000 (10:08 +0100)
commit5ed9a32a2aee89e10eb2891f5fb7a283e1b5199b
tree114087b383dc9635720395e2d485d7bc84983506
parentffda5af359ed024c64e02c692b589f4fe47b0fc5
Remove mios-simulator-version-min from default iOS configuration

* iOS 6 and 7 got its last updates 2014.
* Adding -mios-simulator-version-min=14.0 to the configure command leads to two occurences of this parameter during compilation.
* So lets remove this values to allow a robust configuration from outside and avoid updates here in the future.

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23344)
Configurations/15-ios.conf