Module Name:    src
Committed By:   christos
Date:           Wed Aug 30 18:47:37 UTC 2023

Modified Files:
        src/sys/lib/libsa: Makefile

Log Message:
We don't want SSP/FORTIFY here.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/lib/libsa/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/lib/libsa/Makefile
diff -u src/sys/lib/libsa/Makefile:1.95 src/sys/lib/libsa/Makefile:1.96
--- src/sys/lib/libsa/Makefile:1.95	Thu May 27 02:54:44 2021
+++ src/sys/lib/libsa/Makefile	Wed Aug 30 14:47:37 2023
@@ -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
 LIBISPRIVATE?= yes
+NOSSP=yes
+NOFORTIFY=yes
 
 SA_USE_CREAD?= no		# Read compressed kernels
 SA_INCLUDE_NET?= yes		# Netboot via TFTP, NFS
@@ -18,8 +20,6 @@ CPPFLAGS=	-I${SADIR} ${SACPPFLAGS} ${SAM
 
 # For testing
 #WARNS=6
-#NOSSP=yes
-#NOFORTIFY=yes
 #COPTS+=-ffreestanding -Wpointer-sign
 #CPPFLAGS+= -I${.CURDIR}/../../ -I${.CURDIR}
 

Reply via email to