forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent unused argument warning for gcc toolchain (chapel-lang#26257)
Prevents unused argument warnings for `--gcc-toolchain` or `--gcc-install-dir`. These occurred when the `clang` being used was correctly configured with `--gcc-install-dir`, but our build system was using `--gcc-toolchain` anyways. Previously, users could hit this and would have to set `CHPL_LLVM_GCC_PREFIX=none` to avoid the warning. Now, the build system will only try to infer `--gcc-toolchain` if `--gcc-install-dir` is not already specified in a config file for clang. [Reviewed by @riftEmber]
- Loading branch information
Showing
1 changed file
with
116 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters