-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow overriding CC on macos & freebsd.
Other platforms allow overriding CC in the bootstrap build by setting CC in the environment, but macos & freebsd were setting it back to clang. Similarly, if CONFIG_CC is set in the tup.config, the actual tup build for macos & freebsd would ignore that value and just use clang. Now the CC environment variable for bootstrapping and CONFIG_CC for the tup build should work for setting the compiler in all cases. Fixes #497.
- Loading branch information
Showing
3 changed files
with
19 additions
and
17 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
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
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