authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-02-11 15:29:06+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-02-11 17:03:11+01:00
logb81c5be451b18597b38f606dc9a9f3255401190f
tree53159e28c2175f14a60bf3252237a3cb09e32772
parentf8fd8c481ad4778c580691ed374561cd650fd7d3

riscv: Remove 'relax' from the baseline cpu features

LLD doesn't implement relaxations at the moment.

1 files changed, 0 insertions(+), 2 deletions(-)

lib/std/target/riscv.zig-2
......@@ -78,7 +78,6 @@ pub const cpu = struct {
7878 .d,
7979 .f,
8080 .m,
81 .relax,
8281 }),
8382 };
8483
......@@ -92,7 +91,6 @@ pub const cpu = struct {
9291 .d,
9392 .f,
9493 .m,
95 .relax,
9694 }),
9795 };
9896