glibc: include ld symbols and proper soname for ld

This commit is contained in:
Andrew Kelley
2020-03-20 14:39:05 -04:00
parent ef69e4efa0
commit 7438d0fc31
6 changed files with 25 additions and 4 deletions

View File

@@ -10510,6 +10510,7 @@ static Error check_cache(CodeGen *g, Buf *manifest_dir, Buf *digest) {
cache_str(ch, g->libc->kernel32_lib_dir);
}
cache_buf_opt(ch, g->version_script_path);
cache_buf_opt(ch, g->override_soname);
// gen_c_objects appends objects to g->link_objects which we want to include in the hash
gen_c_objects(g);