audk/CryptoPkg/Library
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
..
BaseCryptLib CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue 2019-06-03 18:33:53 +02:00
Include CryptoPkg: Upgrade OpenSSL to 1.1.1b 2019-06-03 08:28:03 +08:00
IntrinsicLib CryptoPkg/IntrinsicLib: Fix possible unresolved external symbol issue 2019-06-03 08:28:01 +08:00
OpensslLib CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issue 2019-06-03 18:33:53 +02:00
TlsLib CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00