diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -489,7 +489,7 @@ arm/aeabi_uldivmod.S arm/chkstk.S mingw_fixfloat.c - ${GENERIC_SOURCES} + ${arm_SOURCES} ) elseif(NOT WIN32) # TODO the EABI sources should only be added to EABI targets