riscv: Remove 'relax' from the baseline cpu features

LLD doesn't implement relaxations at the moment.
This commit is contained in:
LemonBoy 2020-02-11 15:29:06 +01:00
parent f8fd8c481a
commit b81c5be451

View File

@ -78,7 +78,6 @@ pub const cpu = struct {
.d,
.f,
.m,
.relax,
}),
};
@ -92,7 +91,6 @@ pub const cpu = struct {
.d,
.f,
.m,
.relax,
}),
};