Commit 9276d73
Add armv7l/armv8l support to loader/CMakeLists.txt
This fixes this error message appearing when building on linux/armv7l or linux/armv8l:
CMake Warning at loader/CMakeLists.txt:368 (message):
Could not find working armv8l GAS assembler
Support for unknown physical device and device functions is disabled due to missing the required assembly support code. To support unknown functions, assembly must be added for the platform.1 parent 7a83084 commit 9276d73
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments