-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loader: move to using gcc for asm compiles on Linux.
Later adding things like control-flow enforcement technology are made a lot easier if we just use gcc to do the asm compiles. This renames the .asm file to .S to trigger the correct behaviour.
- Loading branch information
1 parent
4e20475
commit 8583679
Showing
2 changed files
with
7 additions
and
13 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
File renamed without changes.