diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2025-05-28 17:59:11 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2025-06-02 14:47:30 +0800 |
commit | b0dc2324980bbb600ab178dacfe5455365a52645 (patch) | |
tree | 87b449dadbb64af803da2fdf888147cfbb8f390d /libgcc/config | |
parent | 3f1f99ef82a65d66e3aaa429bf4fb746b93da0db (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
Separate the build rules to compile and link stage to make sure
BUILD_LINKERFLAGS and BUILD_LDFLAGS are applied correctly.
We hit this issue when we try to build GCC with non-system-default g++,
and it use newer libstdc++, and then got error from using older libstdc++ from
system, that should not happened if we link with -static-libgcc and
-static-libstdc++.
gcc/ChangeLog:
* config/riscv/t-riscv: Adjust build rule for gen-riscv-ext-opt
and gen-riscv-ext-texi.
Diffstat (limited to 'libgcc/config')
0 files changed, 0 insertions, 0 deletions