Tue Jun 5 00:58:42 2018 UTC ()
No need for NORELRO here.


(christos)
diff -r1.192 -r1.193 src/sys/arch/i386/conf/Makefile.i386

cvs diff -r1.192 -r1.193 src/sys/arch/i386/conf/Makefile.i386 (expand / switch to unified diff)

--- src/sys/arch/i386/conf/Makefile.i386 2018/06/04 20:28:44 1.192
+++ src/sys/arch/i386/conf/Makefile.i386 2018/06/05 00:58:42 1.193
@@ -1,34 +1,33 @@ @@ -1,34 +1,33 @@
1# $NetBSD: Makefile.i386,v 1.192 2018/06/04 20:28:44 christos Exp $ 1# $NetBSD: Makefile.i386,v 1.193 2018/06/05 00:58:42 christos Exp $
2 2
3# Makefile for NetBSD 3# Makefile for NetBSD
4# 4#
5# This makefile is constructed from a machine description: 5# This makefile is constructed from a machine description:
6# config machineid 6# config machineid
7# Most changes should be made in the machine description 7# Most changes should be made in the machine description
8# /sys/arch/i386/conf/``machineid'' 8# /sys/arch/i386/conf/``machineid''
9# after which you should do 9# after which you should do
10# config machineid 10# config machineid
11# Machine generic makefile changes should be made in 11# Machine generic makefile changes should be made in
12# /sys/arch/i386/conf/Makefile.i386 12# /sys/arch/i386/conf/Makefile.i386
13# after which config should be rerun for all machines of that type. 13# after which config should be rerun for all machines of that type.
14# 14#
15# To specify debugging, add the config line: makeoptions DEBUG="-g" 15# To specify debugging, add the config line: makeoptions DEBUG="-g"
16# A better way is to specify -g only for a few files. 16# A better way is to specify -g only for a few files.
17# 17#
18# makeoptions DEBUGLIST="uvm* trap if_*" 18# makeoptions DEBUGLIST="uvm* trap if_*"
19 19
20NOSANITIZER= # defined 20NOSANITIZER= # defined
21NORELRO= # defined 
22MACHINE_ARCH= i386 21MACHINE_ARCH= i386
23USETOOLS?= no 22USETOOLS?= no
24NEED_OWN_INSTALL_TARGET?=no 23NEED_OWN_INSTALL_TARGET?=no
25.include <bsd.own.mk> 24.include <bsd.own.mk>
26 25
27USE_SSP?= yes 26USE_SSP?= yes
28 27
29## 28##
30## (1) port identification 29## (1) port identification
31## 30##
32I386= $S/arch/i386 31I386= $S/arch/i386
33GENASSYM_CONF= ${I386}/i386/genassym.cf 32GENASSYM_CONF= ${I386}/i386/genassym.cf
34 33