]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/tools_def AARCH64 ARM: disable PIE linking for .aslc sources
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 1 Nov 2017 14:58:42 +0000 (14:58 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 1 Nov 2017 15:18:10 +0000 (15:18 +0000)
commit3380a591232de2ab3007ab051010a67c3d000d1c
tree38a62ff5377196bc4d082a64fc12998c4ff2df5a
parent4073f85d4a09e41ccdbb5efef10835d42db237e3
BaseTools/tools_def AARCH64 ARM: disable PIE linking for .aslc sources

Commit 1894a7c64c0a ("BaseTools/tools_def AARCH64 ARM: disable PIE
linking") works around an issue that was caught due to the fact that
PIE linking produces broken .acpi files. However, v2 of that fix
inadvertently only applied the workaround to the normal linker command
line, and not to the ASLD one, so the issue still persists.

So add the missing -no-pie options for ASLD on ARM and AARCH64.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Conf/tools_def.template