commit e0f6ffe1b387bc3484f4a8a83ada0373f9745788
Author: Wentao.Sun <wentao.sun@amlogic.com>
Date:   Mon Nov 18 15:30:45 2024 +0800

    build: aarch64: update toolchains to gcc-v13 [1/1]

    PD#RSP-6796

    Problem:
    The specific conditions where the stack-protector fails to give the desired
    level of protection are when
    1.using GCC (all unpatched versions) targeting AArch64
    2.and when the -fstack-protector option is used
    3.and when the program uses C99-style dynamically-sized local variables or
    alloca()

    Solution:
    update toolchains to gcc-v13 for aarch64 platform

    Verify:
    AndroidU + T6D

    Change-Id: If1da8443645511891e3a128569222d07ec361114
    Signed-off-by: Wentao.Sun <wentao.sun@amlogic.com>

Change-Id: Iab1d9e20e35c69421a927ce049eb062a4f0371a4
36 files changed