diff options
author | Sunil V L <sunilvl@ventanamicro.com> | 2023-06-02 10:34:20 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-06-27 18:20:06 +0000 |
commit | 1a39bdf2c53858ebb39e6de1362203c65c163c63 (patch) | |
tree | ed359cbf0d229daa4fe234b5fc2123913662181e /.mailmap | |
parent | ea7a3015a2404e1358218463dd25df5ae7615352 (diff) | |
download | edk2-1a39bdf2c53858ebb39e6de1362203c65c163c63.tar.gz |
BaseTools/tools_def: Add "-fno-unwind-tables" to GCC5_RISCV64_CC_FLAGS
gcc-13 for RISC-V enables unwind tables by default similar to ARM64.
This generates .eh_frame_hdr section which is not handled well by
GenFw causing failures.
Disable the unwind tables by adding -fno-unwind-tables flag similar
to [1].
[1] - https://github.com/tianocore/edk2/commit/cbf00651eda6
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Andrei Warkentin <andrei.warkentin@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Rebecca Cran <rebecca@bsdio.com>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions