mirror of https://git.musl-libc.org/git/musl
Browse Source
a fully thumb1 build is not supported because some asm files are incompatible with thumb1, but apparently it works to compile the C code as thumb1 commitmaster06fbefd100caused this regression but introducing use of the clz instruction, which is not supported in arm mode prior to v5, and not supported in thumb prior to thumb2 (v6t2). commit1b9406b03cfixed the issue only for arm mode pre-v5 but left thumb1 broken.
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue