]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFrameworkModulePkg: fix build for AARCH64/ARM
authorLeif Lindholm <leif.lindholm@linaro.org>
Thu, 1 Nov 2018 14:58:22 +0000 (14:58 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Mon, 4 Feb 2019 17:08:30 +0000 (17:08 +0000)
commitdd178f0f93911f46af514de8b326d39d6e36400c
tree89f77b57f5ce5ebd6d98c14966d6a88dfd75909e
parent3e583d345977eb9fda769aa3940ca186d190f757
IntelFrameworkModulePkg: fix build for AARCH64/ARM

Contrary to what the name suggests, some modules in this package are used
on other architecture. ARM is already listed in SUPPORTED_ARCHITECTURES
in the .dsc, but AARCH64 was never added.

Add that, and force inclusion of CompilerIntrinsicsLib and
BaseStackCheckLib for AARCH64/ARM to make the build successful.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc