audk/CryptoPkg/Library/BaseCryptLib
Ard Biesheuvel f03859ea6c CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue
Commit c51f8bae7c ("CryptoPkg: Fix possible build problem with
Clang") added -std=c99 to the CLANG38 compiler command line of
packages that incorporate parts of OpenSSL, to ensure that the new
C atomics code used by OpenSSL for refcounting (which we don't care
about) does not pull in system C library headers, which we cannot
rely on when (cross)building EDK2 code.

Unsurprisingly, CLANG35 (which is only defined for ARM and AARCH64)
suffers from the exact same issue, so let's add the same flags
there as well.

Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
2019-06-03 18:33:53 +02:00
..
Cipher CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
Hash CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
Hmac CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible 2019-06-03 08:28:03 +08:00
Pem CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
Pk CryptoPkg/BaseCryptLib: Add PKCS1v2 (RSAES-OAEP) support. 2019-04-18 13:11:22 +08:00
Rand CryptoPkg/BaseCryptLib: remove unused code for IPF 2019-05-17 13:13:41 +08:00
SysCall CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
BaseCryptLib.inf CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue 2019-06-03 18:33:53 +02:00
BaseCryptLib.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
InternalCryptLib.h CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
PeiCryptLib.inf CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue 2019-06-03 18:33:53 +02:00
PeiCryptLib.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
RuntimeCryptLib.inf CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue 2019-06-03 18:33:53 +02:00
RuntimeCryptLib.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
SmmCryptLib.inf CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue 2019-06-03 18:33:53 +02:00
SmmCryptLib.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00