Matthias Klose <matthias.kl...@canonical.com> 于2025年1月1日周三 22:37写道: > > in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html > > there are two typos in the patch, compared to the local Debian patch, >
Oh, sorry it is not duplicated. > - the subst macro has an additional parameter > - the multilib subdirs are not subdirs in lib, but have > their multilib suffix attached to lib. > It is not subdirectories, so we use string concat here. the result will be like /usr/lib/../lib32 since the output of ``` x86_64-linux-gnu-gcc -m32 --print-multi-os-directory ``` is ``` ../lib32 ``` > ok for the trunk? > > Matthias