diff options
author | Chao Li <lichao@loongson.cn> | 2024-07-10 10:49:47 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-12 10:11:17 +0000 |
commit | b92e16d5c30d3a525721720691035cf149a48f74 (patch) | |
tree | 177fc71574ee55ab53a61f58897780c226d77085 /MdeModulePkg/MdeModulePkg.ci.yaml | |
parent | 2b6d0eb43439891e641750cd5054b1bc3fb40e72 (diff) | |
download | edk2-b92e16d5c30d3a525721720691035cf149a48f74.tar.gz edk2-b92e16d5c30d3a525721720691035cf149a48f74.tar.bz2 edk2-b92e16d5c30d3a525721720691035cf149a48f74.zip |
BaseTools: Remove fno-plt from LoongArch CC flags
Static relocation types have been handled in GenFw if using the PIC, and
the CC flags not enable `fno-pic` by default.
The option `fno-plt` is not necessary, as is not created by defualt in
edk2(static linking) regardless of wether `fplt` is used or not, so
remove this option from the LoongArch common CC flags.
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>
Signed-off-by: Chao Li <lichao@loongson.cn>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.ci.yaml')
0 files changed, 0 insertions, 0 deletions