From b81c5be451b18597b38f606dc9a9f3255401190f Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Tue, 11 Feb 2020 15:29:06 +0100 Subject: [PATCH] riscv: Remove 'relax' from the baseline cpu features LLD doesn't implement relaxations at the moment. --- lib/std/target/riscv.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/std/target/riscv.zig b/lib/std/target/riscv.zig index 315329306e..ddf1049a20 100644 --- a/lib/std/target/riscv.zig +++ b/lib/std/target/riscv.zig @@ -78,7 +78,6 @@ pub const cpu = struct { .d, .f, .m, - .relax, }), }; @@ -92,7 +91,6 @@ pub const cpu = struct { .d, .f, .m, - .relax, }), };