···44set(CMAKE_SYSTEM_PROCESSOR ARM)
5566set(CMAKE_C_COMPILER "arm-none-eabi-gcc")
77-set(CMAKE_C_COMPILER "arm-none-eabi-gcc")
77+set(CMAKE_ASM_COMPILER "arm-none-eabi-gcc")
8899# We are using this inside of a docker container that is cross-compiling and we
1010# thus want to skip any test, since they will inevitably fail