Date: Sat, 23 Aug 2025 00:59:15 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 649e8a3ea4ca - main - libelftc: Move to toolchain package Message-ID: <202508230059.57N0xFnQ080416@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=649e8a3ea4ca16a5f1ebd48cc445dd18f6eee046 commit 649e8a3ea4ca16a5f1ebd48cc445dd18f6eee046 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-08-22 23:52:19 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-08-23 00:57:23 +0000 libelftc: Move to toolchain package This is where the rest of ElfToolchain lives now. Note that this library only installs manpages. Reported by: des Differential Revision: https://reviews.freebsd.org/D51899 --- lib/libelftc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libelftc/Makefile b/lib/libelftc/Makefile index a932b0c4b2a4..a6079b817d87 100644 --- a/lib/libelftc/Makefile +++ b/lib/libelftc/Makefile @@ -1,5 +1,6 @@ .include <bsd.own.mk> +PACKAGE= toolchain INTERNALLIB= ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508230059.57N0xFnQ080416>