Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 22:26:49 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c5698afcd58b - main - libsys: remove duplicate, commented out code
Message-ID:  <202402232226.41NMQnWH077543@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=c5698afcd58b6610f7ad022a7bff9debf3ff8b66

commit c5698afcd58b6610f7ad022a7bff9debf3ff8b66
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-02-23 18:01:18 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-23 22:25:35 +0000

    libsys: remove duplicate, commented out code
---
 lib/libsys/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/libsys/Makefile b/lib/libsys/Makefile
index aefa19f35193..a1c6a64194d0 100644
--- a/lib/libsys/Makefile
+++ b/lib/libsys/Makefile
@@ -51,11 +51,6 @@ LIBADD+=	compiler_rt
 LIBADD+=        ssp_nonshared
 .endif
 
-#.if ${MK_SSP} != "no" && \
-#    (${LIBC_ARCH} == "i386" || ${LIBC_ARCH:Mpowerpc*} != "")
-#LIBADD+=	ssp_nonshared
-#.endif
-
 # Define (empty) variables so that make doesn't give substitution
 # errors if the included makefiles don't change these:
 MDASM=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402232226.41NMQnWH077543>