Commit b81c5be451

LemonBoy <thatlemon@gmail.com>
2020-02-11 15:29:06
riscv: Remove 'relax' from the baseline cpu features
LLD doesn't implement relaxations at the moment.
1 parent f8fd8c4
Changed files (1)
lib
std
target
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,
         }),
     };