mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVExpressPkg: move to unified GCC linker script
Move to the parametrised generic GCC linker script and set 64 KB alignment, instead of using the AARCH64 specific incremental linker script for 64 KB alignment which is about to be removed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18139 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6b3720e438
commit
b0fd0556fc
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
[BuildOptions.AARCH64.EDKII.DXE_RUNTIME_DRIVER]
|
[BuildOptions.AARCH64.EDKII.DXE_RUNTIME_DRIVER]
|
||||||
GCC:*_*_AARCH64_DLINK_FLAGS = --script=$(EDK_TOOLS_PATH)/Scripts/gcc-aarch64-64K-align-ld-script
|
GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
|
||||||
|
|
||||||
[LibraryClasses.common]
|
[LibraryClasses.common]
|
||||||
!if $(TARGET) == RELEASE
|
!if $(TARGET) == RELEASE
|
||||||
|
|
Loading…
Reference in New Issue