Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Fix build when using clang as AS
Unlike gcc, clang enforces -mgeneral-regs-only when used as the assembler so this removes that flag to fix the error in AsahiLinux#393. This is only needed for utils_asm.S which has code saving/restoring SIMD state, but this commit applies it to all asm files for simplicity since code for fp regs shouldn't be generated unless they're explicitly used anyway. Signed-off-by: Ayrton Munoz <[email protected]>
- Loading branch information