-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nim nolonger needs an external library for unsigned integers, so I removed the call for that library. I forced the gnu99 dialect of c for compatibility, I'll work on getting a newer version to work later. I changed i586-elf-* to i686-elf-* since that is the cross compiler I have and what osdev says to use. I also explicitly set nimcache since the default is outside the repo and it was less work to update the linker command. Nim has a different naming scheme for cached object files so I updated those in the linker command.
- Loading branch information
Showing
3 changed files
with
7 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