mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 23:55:18 +00:00
Merge "fix(rme): remove ENABLE_PIE restriction" into integration
This commit is contained in:
commit
9736a3e4fc
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -599,11 +599,6 @@ endif #(SUPPORT_STACK_MEMTAG)
|
||||||
################################################################################
|
################################################################################
|
||||||
# FEAT_RME
|
# FEAT_RME
|
||||||
ifeq (${ENABLE_RME},1)
|
ifeq (${ENABLE_RME},1)
|
||||||
# RME doesn't support PIE
|
|
||||||
ifneq (${ENABLE_PIE},0)
|
|
||||||
$(error ENABLE_RME does not support PIE)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# RME requires AARCH64
|
# RME requires AARCH64
|
||||||
ifneq (${ARCH},aarch64)
|
ifneq (${ARCH},aarch64)
|
||||||
$(error ENABLE_RME requires AArch64)
|
$(error ENABLE_RME requires AArch64)
|
||||||
|
|
Loading…
Add table
Reference in a new issue