Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Allow libc to build on Red Hat (#83517)
Currently, `libc` fails when building on redhat because the triple format uses `redhat` instead of `linux` (The same problem as openSUSE). This PR changes `libc` to accept `redhat` as a valid Linux triple. --------- Co-authored-by: Joseph Huber <[email protected]>
- Loading branch information