summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2018-01-30 13:33:31 +0800
committerLiming Gao <liming.gao@intel.com>2018-02-07 09:16:15 +0800
commit1662676d58cfe56ca98d2b7aab5e49c595ee4915 (patch)
treea6993bb45798a0e1c2bb3ac6e38718ee67b0c065 /BaseTools/Source/Python/Workspace/DscBuildData.py
parent8ee7ad90951bb51849667d20976a0cba84ba06b1 (diff)
downloadedk2-1662676d58cfe56ca98d2b7aab5e49c595ee4915.tar.gz
edk2-1662676d58cfe56ca98d2b7aab5e49c595ee4915.tar.bz2
edk2-1662676d58cfe56ca98d2b7aab5e49c595ee4915.zip
SecurityPkg: Don't build AuthVariableLib for EBC arch
EBC build failure is caused by d7a09cb86a0416c099fa3a9e0fbe2c8f399b28de. It changes MAX_UINTN definition as below. AuthVariableLib uses MAX_UINTN in the global data initialization. New style has >> operator, and not supported by EBC compiler. The fix is not to build AuthVariableLib for EBC. #define MAX_UINTN ((UINTN) ~0) ==> #define MAX_UINTN ((UINTN)(~0ULL >> (64 - sizeof (INTN) * 8))) Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/DscBuildData.py')
0 files changed, 0 insertions, 0 deletions