Browse Source
- The conditional that checked what kind of ld.so,conf has to be generated was using $slibdir = lib64 in postmake to check if it is a 64bit build, and because multilib support was hardcoded for 64 it injected a corresponding ld.so.conf. Now that we implemented multilib support by using buildloops $slibdir gets altered to lib32 in the second loop while building 32bit libs. This commit will change the test checking if multilib is enabled for the target instead of using $slibdir. It also adopts the new filesystem layout to the ld.so.conf.early
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue