Skip to content
Snippets Groups Projects
Commit 49a496ed authored by Simon McVittie's avatar Simon McVittie
Browse files

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: default avatarSimon McVittie <smcv@collabora.com>
parent 761599c9
No related branches found
No related tags found
1 merge request!184runtime: Create more symlinks for ${PLATFORM}-dependent libdirs
Pipeline #5525 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment