I am trying to integrate musl in a baremetal environment. I already have float support but I can't manage to disable soft-float by musl. I configure with: ./configure --target=aarch64-none-elf --enable-debug --disable-shared And simple compile with: make Does anyone know how to use hardfloat instead of soft float? Is there any option or flag? Thank you