git: 349f4fd3827e - main - libpkgecc: Remove -ffreestanding
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Oct 2025 03:54:25 UTC
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=349f4fd3827e085c1aa8572e7e5276a642077c48 commit 349f4fd3827e085c1aa8572e7e5276a642077c48 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-10-08 03:23:32 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-10-08 03:23:32 +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 --- 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 \