aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-10-08 03:23:32 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-10-08 03:23:32 +0000
commit349f4fd3827e085c1aa8572e7e5276a642077c48 (patch)
tree8c62b34d3a6afc91931fbd875ae10c8b2f8c3c0f
parentf7dc7d7af3683836fcca68018a678b242d2e2620 (diff)
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
-rw-r--r--secure/lib/libpkgecc/Makefile1
1 files changed, 0 insertions, 1 deletions
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 \