| author | |
| committer | |
| log | 3f7f52003690ccee8a2a33e91258428e22761492 |
| tree | 3467bbf1f913f2c571895164fbd67578bce33edc |
| parent | 5a0275c247730040af91666518a6aa3f518e6905 |
| signature |
closes #30931 files changed, 1 insertions(+), 1 deletions(-)
src/link.cpp+1-1| ... | ... | @@ -1753,7 +1753,7 @@ static void construct_linker_job_elf(LinkJob *lj) { |
| 1753 | 1753 | |
| 1754 | 1754 | |
| 1755 | 1755 | // libc dep |
| 1756 | if (g->libc_link_lib != nullptr) { | |
| 1756 | if (g->libc_link_lib != nullptr && g->out_type != OutTypeObj) { | |
| 1757 | 1757 | if (g->libc != nullptr) { |
| 1758 | 1758 | if (!g->have_dynamic_link) { |
| 1759 | 1759 | lj->args.append("--start-group"); |