mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
riscv: Remove 'relax' from the baseline cpu features
LLD doesn't implement relaxations at the moment.
This commit is contained in:
parent
f8fd8c481a
commit
b81c5be451
@ -78,7 +78,6 @@ pub const cpu = struct {
|
||||
.d,
|
||||
.f,
|
||||
.m,
|
||||
.relax,
|
||||
}),
|
||||
};
|
||||
|
||||
@ -92,7 +91,6 @@ pub const cpu = struct {
|
||||
.d,
|
||||
.f,
|
||||
.m,
|
||||
.relax,
|
||||
}),
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user