mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
16 lines
971 B
Diff
16 lines
971 B
Diff
diff --git a/pkgs/development/compilers/llvm/16/compiler-rt/default.nix b/pkgs/d
|
|
evelopment/compilers/llvm/16/compiler-rt/default.nix
|
|
index 0f15a9e12cde..a32533e5285c 100644
|
|
--- a/pkgs/development/compilers/llvm/16/compiler-rt/default.nix
|
|
+++ b/pkgs/development/compilers/llvm/16/compiler-rt/default.nix
|
|
@@ -130,8 +130,8 @@ stdenv.mkDerivation {
|
|
# The presence of crtbegin_shared has been added and removed; it's possible
|
|
# people have added/removed it to get it working on their platforms.
|
|
# Try each in turn for now.
|
|
- ln -s $out/lib/*/clang_rt.crtbegin-*.o $out/lib/crtbeginS.o
|
|
- ln -s $out/lib/*/clang_rt.crtend-*.o $out/lib/crtendS.o
|
|
+ #ln -s $out/lib/*/clang_rt.crtbegin-*.o $out/lib/crtbeginS.o
|
|
+ #ln -s $out/lib/*/clang_rt.crtend-*.o $out/lib/crtendS.o
|
|
ln -s $out/lib/*/clang_rt.crtbegin_shared-*.o $out/lib/crtbeginS.o
|
|
ln -s $out/lib/*/clang_rt.crtend_shared-*.o $out/lib/crtendS.o
|
|
'' + lib.optionalString doFakeLibgcc ''
|