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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user