Commit 0017a75
committed
configure: Disable GCC checking on BE builds
GCC currently does not support the RISC-V Vector Extension
on big-endian builds, which causes the stage1 self-tests to fail.
Disabling them is a temporary fix, until we get RVV working on
big-endian systems.1 parent 912d1ea commit 0017a75
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4185 | 4185 | | |
4186 | 4186 | | |
4187 | 4187 | | |
4188 | | - | |
| 4188 | + | |
4189 | 4189 | | |
4190 | 4190 | | |
4191 | 4191 | | |
4192 | 4192 | | |
4193 | | - | |
4194 | | - | |
| 4193 | + | |
| 4194 | + | |
4195 | 4195 | | |
4196 | 4196 | | |
4197 | | - | |
| 4197 | + | |
| 4198 | + | |
| 4199 | + | |
4198 | 4200 | | |
4199 | 4201 | | |
4200 | 4202 | | |
| |||
0 commit comments