about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/patches/13.1/libc-no-force--lcompiler-rt.patch
blob: 60176fb73cf7684ed8affe426788f922b65e4161 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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*} != "")