mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-07 06:12:58 +00:00
0afe9d1f70
Always set `SRCTOP`, set it with abs path
llvmPackages: Bump minimum version for FreeBSD
llvmPackages_*, libgcc, compiler_rt: Hack in enough libs that one can compiler C
freebsd.compat: Rename some things to work around cc-wrapper change
0bea4a194f
/ #191724 in particular
11 lines
279 B
Diff
11 lines
279 B
Diff
--- a/lib/libc/Makefile
|
|
+++ b/lib/libc/Makefile
|
|
@@ -58,7 +58,6 @@ CFLAGS+=${CANCELPOINTS_CFLAGS}
|
|
# Link with static libcompiler_rt.a.
|
|
#
|
|
LDFLAGS+= -nodefaultlibs
|
|
-LIBADD+= compiler_rt
|
|
|
|
.if ${MK_SSP} != "no" && \
|
|
(${LIBC_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "")
|