-
- Downloads
system-info: Detect whether the expected runtime linker is present
On operating systems with unusual path layouts, such as Exherbo and
NixOS, the de facto standard path for the runtime linker is not
necessarily present for all architectures.
(Of course, if the x86_64 runtime linker is not present, we won't
normally be able to run steam-runtime-system-info either, but at least
users of such operating systems can compile it from source code if they
need to provide diagnostics.)
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Showing
- bin/system-info.c 29 additions, 0 deletionsbin/system-info.c
- bin/system-info.md 26 additions, 0 deletionsbin/system-info.md
- steam-runtime-tools/architecture-internal.h 8 additions, 0 deletionssteam-runtime-tools/architecture-internal.h
- steam-runtime-tools/architecture.c 61 additions, 0 deletionssteam-runtime-tools/architecture.c
- steam-runtime-tools/architecture.h 31 additions, 0 deletionssteam-runtime-tools/architecture.h
- steam-runtime-tools/system-info.c 227 additions, 0 deletionssteam-runtime-tools/system-info.c
- steam-runtime-tools/system-info.h 6 additions, 0 deletionssteam-runtime-tools/system-info.h
- tests/architecture.c 7 additions, 0 deletionstests/architecture.c
- tests/generate-sysroots.py 7 additions, 0 deletionstests/generate-sysroots.py
- tests/json-report/full-good-report.json 10 additions, 0 deletionstests/json-report/full-good-report.json
- tests/json-report/partial-report-2.json 4 additions, 0 deletionstests/json-report/partial-report-2.json
- tests/json-report/partial-report.json 3 additions, 0 deletionstests/json-report/partial-report.json
- tests/system-info.c 226 additions, 0 deletionstests/system-info.c
Loading
Please register or sign in to comment