Files
Matt Godbolt 7d9e338591 Fix sysrootPath to always be computed via getSysrootByToolchainPath
The original correct code (from commit 86a84f7f6) computed the sysroot
FROM the toolchain path:

    if (overriddenToolchainPath) {
        sysrootPath = getSysrootByToolchainPath(overriddenToolchainPath);
    }

The previous fix used the toolchain path directly as the sysroot when
there was an override, but toolchain paths differ from sysroot paths:
- Toolchain: /opt/compiler-explorer/gcc-7.2.0
- Sysroot: /opt/compiler-explorer/gcc-7.2.0/x86_64-pc-linux-gnu/sysroot

Now the sysroot is always computed via getSysrootByToolchainPath(),
whether using an override or the default toolchain.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:41:10 -06:00
..
2026-01-25 16:50:12 -05:00
2025-07-28 10:34:46 -05:00
2025-09-25 00:23:36 +03:00
2026-01-25 16:50:12 -05:00
2025-12-29 10:39:35 +01:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2026-01-25 16:50:12 -05:00
2025-02-25 13:05:50 -06:00