We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b0619 commit a0eb0bcCopy full SHA for a0eb0bc
clang/lib/Driver/ToolChains/Gnu.cpp
@@ -2381,6 +2381,8 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
2381
D.getVFS().exists("/opt/rh")) {
2382
// TODO: We may want to remove this, since the functionality
2383
// can be achieved using config files.
2384
+ Prefixes.push_back("/opt/rh/gcc-toolset-14/root/usr");
2385
+ Prefixes.push_back("/opt/rh/gcc-toolset-13/root/usr");
2386
Prefixes.push_back("/opt/rh/gcc-toolset-12/root/usr");
2387
Prefixes.push_back("/opt/rh/gcc-toolset-11/root/usr");
2388
Prefixes.push_back("/opt/rh/gcc-toolset-10/root/usr");
0 commit comments