From 23b7a1ab308442777a32c3bd123e68ad98369c42 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 29 Apr 2025 23:08:46 +0200 Subject: Support preserved registers as identifiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … in expressions --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 3fa065e..ef74301 100644 --- a/Rakefile +++ b/Rakefile @@ -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 -- cgit v1.2.3