]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add -Wl,--undefined-version when using newer lld
authorFangrui Song <maskray@google.com>
Tue, 29 Aug 2023 03:30:46 +0000 (03:30 +0000)
committerFangrui Song <maskray@google.com>
Tue, 29 Aug 2023 03:31:31 +0000 (03:31 +0000)
commit3697387eaba3c225239ba2ddd636231033273788
treef1c51668b4fc5ce7795993bf3577bdb95abbffd8
parent2dda6eab5228f99a30c8102c697592a3901e069c
Add -Wl,--undefined-version when using newer lld

to work around errors like

    version script assignment of 'GLIBC_2.4' to symbol '__stack_chk_guard' failed: symbol not defined
Makeconfig