git: 33becdef1fc8 - stable/15 - libpkgecc: Remove -ffreestanding
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 04:43:28 UTC
The branch stable/15 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=33becdef1fc805a406aa0ad4cf4d2db67ae88109
commit 33becdef1fc805a406aa0ad4cf4d2db67ae88109
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-08 03:23:32 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-10 04:29:43 +0000
libpkgecc: Remove -ffreestanding
This incorporates pkg(8) commit a31c8c3682a3 for consistency.
https://github.com/freebsd/pkg/commit/a31c8c3682a3
MFC after: 1 day
Reviewed by: kevans
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D52920
(cherry picked from commit 349f4fd3827e085c1aa8572e7e5276a642077c48)
---
secure/lib/libpkgecc/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/secure/lib/libpkgecc/Makefile b/secure/lib/libpkgecc/Makefile
index 476cd8635aeb..8d18e72e48f7 100644
--- a/secure/lib/libpkgecc/Makefile
+++ b/secure/lib/libpkgecc/Makefile
@@ -128,7 +128,6 @@ CONFLICTS= -Dsha256_init=_libecc_sha256_init \
-Dsha512_256_init=_libecc_sha512_256_init
CFLAGS= -I$(SRCTOP)/crypto/libecc/include \
- -ffreestanding \
-fno-builtin \
-DUSE_WARN_UNUSED_RET \
-DWITH_STDLIB \