On 07/22/15 15:56, Ard Biesheuvel wrote: > Move the generic GCC linker script overlay for 64 KB alignment > instead of the AARCH64 specific one which is about to be removed. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org> > --- > ArmVirtPkg/ArmVirt.dsc.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc > index d3f401b1dc19..a5a0483b8b37 100644 > --- a/ArmVirtPkg/ArmVirt.dsc.inc > +++ b/ArmVirtPkg/ArmVirt.dsc.inc > @@ -18,7 +18,7 @@ [Defines] > DEFINE TTY_TERMINAL = FALSE > > [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 = > --script=$(EDK_TOOLS_PATH)/Scripts/GCC/gcc-align-64K.lds > > [LibraryClasses.common] > !if $(TARGET) == RELEASE >
I'm unsure about the general status of this set, but obviously I'm fine with such a trivial change in this DSC; it's the kind of patch that activates the rest of the set for ArmVirtPkg. Acked-by: Laszlo Ersek <ler...@redhat.com> _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel