-
- Downloads
runtime: Create more symlinks for ${PLATFORM}-dependent libdirs
Since glibc 2.26, the ${PLATFORM} for x86_64 can expand to "haswell"
or "xeon_phi" in addition to "x86_64".
To make it clearer what's going on, stop pretending that library paths
based on ${PLATFORM} have anything to do with multiarch tuples.
Instead, create symlinks like
/overrides/lib/platform-haswell -> x86_64-linux-gnu and
/overrides/lib/platform-i686 -> i386-linux-gnu.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
761599c9
No related branches found
No related tags found
Loading
Please register or sign in to comment