Skip to content

Commit a0eb0bc

Browse files
committed
Updating to include gcc-toolsets 13 and 14 since they are now generally available.
1 parent 40b0619 commit a0eb0bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/Driver/ToolChains/Gnu.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,6 +2381,8 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
23812381
D.getVFS().exists("/opt/rh")) {
23822382
// TODO: We may want to remove this, since the functionality
23832383
// 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");
23842386
Prefixes.push_back("/opt/rh/gcc-toolset-12/root/usr");
23852387
Prefixes.push_back("/opt/rh/gcc-toolset-11/root/usr");
23862388
Prefixes.push_back("/opt/rh/gcc-toolset-10/root/usr");

0 commit comments

Comments
 (0)