Skip to content

Commit

Permalink
pkgsi686Linux.llvmPackages_12.compiler-rt: fix build
Browse files Browse the repository at this point in the history
The patch is from old LLVM, which is applied in wrong place of file
  • Loading branch information
vobloeb authored Jul 14, 2021
1 parent 9ea790e commit a7c4537
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ diff --git a/lib/builtins/CMakeLists.txt b/lib/builtins/CMakeLists.txt
index 3a66dd9c3fb..7efc85d9f9f 100644
--- a/lib/builtins/CMakeLists.txt
+++ b/lib/builtins/CMakeLists.txt
@@ -301,6 +301,10 @@ if (NOT MSVC)
i386/umoddi3.S
)
@@ -345,4 +345,8 @@ if (NOT MSVC)

+ set(i486_SOURCES ${i386_SOURCES})
+ set(i586_SOURCES ${i386_SOURCES})
Expand Down

0 comments on commit a7c4537

Please sign in to comment.