91f98c9 DynamicTablesPkg: include ARM intrinsics library to fix 32-bit build

1 file Authored by Ard Biesheuvel 4 years ago, Committed by Sami Mujawar 4 years ago,
    DynamicTablesPkg: include ARM intrinsics library to fix 32-bit build
    
    DynamicTablesPkg can be built for ARM as well as for AARCH64, but on
    the former, doing so will result in a build failure due to the lack
    of 64-bit division helpers provided by the ArmPkg intrinsics library.
    So add the missing reference, for both ARM and AARCH64 (which may
    start relying on intrinsics due to future changes)
    
    Link: https://bugzilla.tianocore.org/show_bug.cgi?id=2269
    Reported-by: Laszlo Ersek <lersek@redhat.com>
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Acked-by: Laszlo Ersek <lersek@redhat.com>
    Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
    Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
    Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
    Tested-by: Sami Mujawar <sami.mujawar@arm.com>