tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
These two are unused
Dan Peebles
11 years ago
c4253520
0c6598be
-29
2 changed files
expand all
collapse all
unified
split
pkgs
development
compilers
llvm
3.5
libc++abi
darwin.patch
no-stdc++.patch
-17
pkgs/development/compilers/llvm/3.5/libc++abi/darwin.patch
···
1
-
diff -ru -x '*~' libcxxabi-orig/lib/buildit libcxxabi/lib/buildit
2
-
--- libcxxabi-orig/lib/buildit 2014-09-18 16:54:14.000000000 +0200
3
-
+++ libcxxabi/lib/buildit 2014-09-24 13:22:27.000000000 +0200
4
-
@@ -51,12 +51,8 @@
5
-
-dynamiclib -nodefaultlibs \
6
-
-current_version ${RC_ProjectSourceVersion} \
7
-
-compatibility_version 1 \
8
-
- -install_name /usr/lib/libc++abi.dylib \
9
-
+ -install_name $out/lib/libc++abi.dylib \
10
-
-lSystem"
11
-
- if [ -f "${SDKROOT}/usr/local/lib/libCrashReporterClient.a" ]
12
-
- then
13
-
- LDSHARED_FLAGS+=" -lCrashReporterClient"
14
-
- fi
15
-
;;
16
-
*-*-mingw*)
17
-
# FIXME: removing libgcc and libsupc++ dependencies means porting libcxxrt and LLVM/compiler-rt
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
-12
pkgs/development/compilers/llvm/3.5/libc++abi/no-stdc++.patch
···
1
-
diff -ru -x '*~' libcxxabi-orig/lib/buildit libcxxabi/lib/buildit
2
-
--- libcxxabi-orig/lib/buildit 2014-09-18 16:54:14.000000000 +0200
3
-
+++ libcxxabi/lib/buildit 2014-09-24 13:22:27.000000000 +0200
4
-
@@ -70,7 +66,7 @@
5
-
SOEXT=so
6
-
LDSHARED_FLAGS="-o libc++abi.so.1.0 \
7
-
-shared -nodefaultlibs -Wl,-soname,libc++abi.so.1 \
8
-
- -lpthread -lrt -lc -lstdc++"
9
-
+ -lpthread -lrt -lc"
10
-
;;
11
-
esac
12
-
···
0
0
0
0
0
0
0
0
0
0
0
0