diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-04-29 23:08:46 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-04-29 23:08:46 +0200 |
| commit | 23b7a1ab308442777a32c3bd123e68ad98369c42 (patch) | |
| tree | 5b2ea7e933d50a9dd150568f1aafd3bad60db073 /Rakefile | |
| parent | 9c66cec171bafaf12713efb78ac6099ef1f23020 (diff) | |
| download | elna-23b7a1ab308442777a32c3bd123e68ad98369c42.tar.gz | |
Support preserved registers as identifiers
… in expressions
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ end directory 'build' desc 'Initial stage' -file 'build/stage1' => ['boot/stage1.s', 'boot/common-boot.s', 'build'] do |t| +file 'build/stage1' => ['boot/stage1.s', 'boot/common-boot.s', 'boot/tokenizer.s', 'build'] do |t| source = t.prerequisites.filter { |prerequisite| prerequisite.end_with? '.s' } sh CROSS_GCC, '-nostdlib', '-o', t.name, *source |
