Currently need to to pass .compiler("arm-none-eabi-gcc").archiver("arm-none-eabi-ar") to my Build as cc doesn't know the thumbv4t-none-eabi target, which uses the arm-none-eabi- tool prefix.
On that note, it'd be nice to be able to specify the prefix as a method on Build, rather than through the CROSS_COMPILE environment variable.