01ed8ef136
GitOrigin-RevId: 20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8
10 lines
279 B
Diff
10 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*} != "")
|