1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-25 14:45:52 +00:00

Add -fno-builtin-exit to appease gcc 4.

This commit is contained in:
miod
2025-09-27 18:46:16 +00:00
parent 8940f8ec2a
commit 60d0eea317

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.3 2023/02/24 23:36:10 aoyama Exp $
# $OpenBSD: Makefile.inc,v 1.4 2025/09/27 18:46:16 miod Exp $
# $NetBSD: Makefile.inc,v 1.1 2013/01/06 07:04:49 tsutsui Exp $
NOPIE=
@@ -6,3 +6,4 @@ BINDIR= /usr/mdec
CFLAGS+= -Wall -Werror -fno-stack-protector
CFLAGS+= -mmemcpy
CFLAGS+= -fno-builtin-printf -fno-builtin-putchar -fno-builtin-vprintf
CFLAGS+= -fno-builtin-exit