We don't want SSP/FORTIFY here.

This commit is contained in:
christos 2023-08-30 18:47:37 +00:00
parent a9d97cfcc6
commit f7259cc386
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,9 @@
# $NetBSD: Makefile,v 1.95 2021/05/27 06:54:44 mrg Exp $ # $NetBSD: Makefile,v 1.96 2023/08/30 18:47:37 christos Exp $
LIB= sa LIB= sa
LIBISPRIVATE?= yes LIBISPRIVATE?= yes
NOSSP=yes
NOFORTIFY=yes
SA_USE_CREAD?= no # Read compressed kernels SA_USE_CREAD?= no # Read compressed kernels
SA_INCLUDE_NET?= yes # Netboot via TFTP, NFS SA_INCLUDE_NET?= yes # Netboot via TFTP, NFS
@ -18,8 +20,6 @@ CPPFLAGS= -I${SADIR} ${SACPPFLAGS} ${SAMISCCPPFLAGS} \
# For testing # For testing
#WARNS=6 #WARNS=6
#NOSSP=yes
#NOFORTIFY=yes
#COPTS+=-ffreestanding -Wpointer-sign #COPTS+=-ffreestanding -Wpointer-sign
#CPPFLAGS+= -I${.CURDIR}/../../ -I${.CURDIR} #CPPFLAGS+= -I${.CURDIR}/../../ -I${.CURDIR}