pkgsi686Linux.llvmPackages_git.compiler-rt: fix build

Ported from a7c4537a729929f6670349f67d248ffb6ff800da.

+1 -3
+1 -3
pkgs/development/compilers/llvm/git/compiler-rt/X86-support-extension.patch
··· 2 2 index 3a66dd9c3fb..7efc85d9f9f 100644 3 3 --- a/lib/builtins/CMakeLists.txt 4 4 +++ b/lib/builtins/CMakeLists.txt 5 - @@ -301,6 +301,10 @@ if (NOT MSVC) 6 - i386/umoddi3.S 7 - ) 5 + @@ -345,4 +345,8 @@ if (NOT MSVC) 8 6 9 7 + set(i486_SOURCES ${i386_SOURCES}) 10 8 + set(i586_SOURCES ${i386_SOURCES})