-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define owcc (OpenWatcom C compiler) as a supported compiler.
This is a much better idea than simply changing the the `gcc` binary to be `owcc`, since OpenWatcom does not support certain features such as case ranges. `$nim/config/nim.cfg` has been updated to reflect this change. The proper memory model is also now automatically selected for the `i086` and `i086big` CPU targets and `-bdos` is also automatically passed to the C compiler.
- Loading branch information
Showing
3 changed files
with
43 additions
and
8 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