mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
3c03811683
Key test case: nixpkgs#pkgsStatic.pkgsLLVM.ncurses Prior to this patch, this fails with errors such as: ``` error: undefined symbol: __cxa_throw ``` I think this is a reasonable solution because in #292043, libcxxabi was 'merged into libcxx', however, the commit message suggests that only dynamic linking was accounted for, because it says: ``` * linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient. ``` Whereas, I found that if I tried linking a "hello world" C++ program with a static hostPlatform, it failed unless -lc++abi was passed. Signed-off-by: Peter Waller <p@pwaller.net> |
||
---|---|---|
.. | ||
atomics.cc | ||
cc-main.c | ||
cflags-main.c | ||
core-foundation-main.c | ||
cxx-main.cc | ||
default.nix | ||
foo.c | ||
fortify1-example.c | ||
fortify2-example.c | ||
fortify3-example.c | ||
hardening.nix | ||
include-cxxabi.cc | ||
ldflags-main.c | ||
multilib.nix | ||
nostdinc-main.c | ||
sanitizers.c | ||
stdio.h |